getTitle method

String? getTitle()

Value of the aps.alert.title field.

Implementation

String? getTitle() {
  return _title;
}