getBodyLocKey method

String? getBodyLocKey()

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

Implementation

String? getBodyLocKey() {
  return _bodyLocKey;
}