UriExtension extension

on

Methods

queryParametersQs([DecodeOptions options = const DecodeOptions()]) 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()]) String

Available on Uri, provided by the UriExtension extension

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