hasQueryParams property

bool get hasQueryParams

Returns true if this URI has at least one query parameter.

Implementation

bool get hasQueryParams => queryParameters.isNotEmpty;