queryParamsAll property

Map<String, List<String>> queryParamsAll

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

Map<String, List<String>> get queryParamsAll;