query property Null safety
Returns the query component. The returned query is encoded. To get direct access to the decoded query use queryParameters.
Returns the empty string if there is no query component.
Implementation
String get query;
Returns the query component. The returned query is encoded. To get direct access to the decoded query use queryParameters.
Returns the empty string if there is no query component.
String get query;