hasQueryParams property
bool
get
hasQueryParams
Returns true if there are any query parameters.
Implementation
bool get hasQueryParams => queryParams.isNotEmpty;
Returns true if there are any query parameters.
bool get hasQueryParams => queryParams.isNotEmpty;