PropsURLSearchParams extension

on

Methods

append(String name, String value) → void

Available on URLSearchParams, provided by the PropsURLSearchParams extension

delete(String name) → void

Available on URLSearchParams, provided by the PropsURLSearchParams extension

get(String name) String?

Available on URLSearchParams, provided by the PropsURLSearchParams extension

getAll(String name) Iterable<String>

Available on URLSearchParams, provided by the PropsURLSearchParams extension

has(String name) bool

Available on URLSearchParams, provided by the PropsURLSearchParams extension

mToString() String

Available on URLSearchParams, provided by the PropsURLSearchParams extension

set(String name, String value) → void

Available on URLSearchParams, provided by the PropsURLSearchParams extension

sort() → void

Available on URLSearchParams, provided by the PropsURLSearchParams extension