queryParams property

Map<String, String> queryParams

Parameter name: queryParams

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, String> get queryParams;