query property

String query

The query component.

The value is the actual substring of the URI representing the query part, and it is encoded where necessary. To get direct access to the decoded query, use queryParameters.

The value is the empty string if there is no query component.

Implementation

String get query;