query property

String 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.

Implementation

String get query;