getLocActionKey method

String? getLocActionKey()

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

Implementation

String? getLocActionKey() {
  return _locActionKey;
}