queryParams property

Map<String, String> queryParams
final

The query parameters from the URL (e.g. ?sort=asc&filter=active).

Implementation

final Map<String, String> queryParams;