getUrlArguments method

List<String>? getUrlArguments()

Gets the value of aps.url-args field.

Returns the value of aps.url-args field, or null if absent.

Implementation

List<String>? getUrlArguments() {
  return _getUrlArguments()?.cast<String>();
}