query property

  1. @override
String query
override

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

@override
String get query => _uri.query;