hasParams property

bool hasParams

has queryParameters?

Implementation

bool get hasParams =>
    // (uri?.pathSegments != null && !uri.pathSegments.empty) ||
    uri!.queryParameters.isNotEmpty;