QueryParam class
Constructors
-
QueryParam([Map<
String, List< ? data])String> >
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
-
add(
String key, String value) → QueryParam -
addAll(
String key, List< String> values) → QueryParam -
all(
) → Map< String, List< String> > -
get(
String key) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String key) → dynamic -
set(
String key, String value) → QueryParam -
setAll(
String key, List< String> values) → QueryParam -
toString(
) → String -
A string representation of this object.
inherited
-
values(
String key) → List< String> ?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited