query property

Map<String, String> query

Implementation

Map<String, String> get query {
  return UnmodifiableMapView(url.queryParameters);
}