queryParameters property

Map<String, String> queryParameters

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

Implementation

Map<String, String> get queryParameters;