UriExtension extension

on

Methods

queryParametersQs([DecodeOptions? options]) Map<String, dynamic>

Available on Uri, provided by the UriExtension extension

The URI query split into a map. Providing custom options will override the default behavior.
toStringQs([EncodeOptions? options = const EncodeOptions(listFormat: ListFormat.repeat, skipNulls: false, strictNullHandling: false)]) String

Available on Uri, provided by the UriExtension extension

The normalized string representation of the URI. Providing custom options will override the default behavior.