UriExtensions extension

on

Properties

isHttp bool

Available on Uri, provided by the UriExtensions extension

no setter
isHttps bool

Available on Uri, provided by the UriExtensions extension

no setter
isWebUrl bool

Available on Uri, provided by the UriExtensions extension

no setter

Methods

withQueryParameters(Map<String, Object?> parameters) Uri

Available on Uri, provided by the UriExtensions extension

Returns a copy with the supplied query parameters merged into the existing query parameters.