queryParams property

Map<String, String> queryParams
final

A map of query parameters extracted from the url link.

Example if the link is /products?id=1 the queryParams is {'id': '1'}

Implementation

final Map<String, String> queryParams;