URLSearchParams class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

URLSearchParams([Object? init])
factory

Properties

append ↔ void Function(String, String)

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair
delete ↔ void Function(String, [String?])

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair
entries IterableIterator<(String, String)> Function()

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair
forEach ↔ void Function(void (String, String, URLSearchParams), [dynamic])

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair
get String? Function(String)

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair
getAll List<String> Function(String)

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair
has bool Function(String, [String?])

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keys IterableIterator<String> Function()

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
set ↔ void Function(String, String)

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair
size num

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

Contains the number of search parameters
getter/setter pair
sort ↔ void Function()

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair
toString$ String Function()

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair
values IterableIterator<String> Function()

Available on URLSearchParams, provided by the URLSearchParams$Typings extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited