getBodyLocArguments method

List<String>? getBodyLocArguments()

Value of the aps.alert.loc-args field as an array of strings.

Implementation

List<String>? getBodyLocArguments() {
  return _bodyLocArguments?.toList();
}