Gets the value of aps.url-args field.
aps.url-args
Returns the value of aps.url-args field, or null if absent.
List<String>? getUrlArguments() { return _getUrlArguments()?.cast<String>(); }