query property

Map<String, String>? query
final

Query parameters. This can be null, if there are no query parameters or if they are already part of the URL.

Implementation

final Map<String, String>? query;