queryParamsAll property

  1. @override
Map<String, List<String>> queryParamsAll
inherited

Parameter name: queryParamsAll

The parameters that can be transferred to another screen

Type: Map<String, String>

For more example http://example.com/help?id=12&rate=22

Implementation

@override
Map<String, List<String>> get queryParamsAll => uri?.queryParametersAll ?? {};