URL query parameters.
These will be appended to the URL as a query string. Example: {'page': 1, 'limit': 20} becomes '?page=1&limit=20'
final Map<String, dynamic> queryParams;