hasQueryParams property

bool get hasQueryParams

Returns true if there are any query parameters.

Implementation

bool get hasQueryParams => queryParams.isNotEmpty;