hasQuery property

  1. @override
bool hasQuery
override

Whether the URI has a query part.

Implementation

@override
bool get hasQuery => _uri.hasQuery;