QueryString class abstract
- Annotations
-
- @JS()
- @anonymous
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
escape(
String str) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
String str, [String sep, String eq, dynamic options]) → dynamic -
stringify(
dynamic obj, [String sep, String eq, dynamic options]) → String -
toString(
) → String -
A string representation of this object.
inherited
-
unescape(
String str) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited