getSubtitle method

String? getSubtitle()

Value of the aps.alert.subtitle field.

Implementation

String? getSubtitle() {
  return _subtitle;
}