query property

String get query

The query string (e.g., "name=foo&age=30") without leading '?'.

Implementation

String get query => _uri.query;