Query class
Query parameter appended to the URL.
Simple Example:
@GET("/get")
Future<String> foo(@Query('bar') String query)
Calling with foo.friends(1)
yields /get?bar=1
.
- Annotations
-
- @immutable
Properties
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