queryParameters property

Map<String, String> queryParameters
getter/setter pair

Contains all query parameters (i.e. parameters after the "?" in the url) of the current url

Implementation

Map<String, String> queryParameters = <String, String>{};