hasQuery property

  1. @override
bool hasQuery
override

Whether the URI has a query part.

Implementation

@override
bool get hasQuery => value.hasQuery;