queryParametersAll property

Map<String, dynamic> queryParametersAll

Delegates to Uri.queryParametersAll

Use operator[] to access single parameters directly

Implementation

Map<String, dynamic> get queryParametersAll => uri.queryParametersAll;