getTitleLocKey method

String? getTitleLocKey()

Value of the aps.alert.title-loc-key field.

Implementation

String? getTitleLocKey() {
  return _titleLocKey;
}