hasQueryParams property
bool
get
hasQueryParams
Returns true if this URI has at least one query parameter.
Implementation
bool get hasQueryParams => queryParameters.isNotEmpty;
Returns true if this URI has at least one query parameter.
bool get hasQueryParams => queryParameters.isNotEmpty;