UriExtension extension
- on
Methods
-
queryParametersQs(
[DecodeOptions options = const DecodeOptions()]) → Map< String, dynamic> -
The URI query split into a map.
Providing custom
options
will override the default behavior. -
toStringQs(
[EncodeOptions options = const EncodeOptions()]) → String -
The normalized string representation of the URI.
Providing custom
options
will override the default behavior.