QueryOptions<T> class
- Implementers
Constructors
-
QueryOptions({T convertor(Map<
String, dynamic> ? json)?, String method = "GET", Object? requestBody}) -
const
Properties
-
convertor
→ T Function(Map<
String, dynamic> ? json)? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- method → String
-
HTTP Method. e.g. GET, PATCH, DELETE, PUT, etc..
final
- requestBody → Object?
-
Data to send to the server
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
convert(
Object? value) → T? -
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