query property

Map<String, String> get query

Returns only query parameters (without body fields)

Implementation

Map<String, String> get query =>
    Map<String, String>.from(uri.queryParameters);