CollectionQueryOptions<T> class

Inheritance

Constructors

CollectionQueryOptions({T convertor(Map<String, dynamic>? json)?, String method = "GET", Object? requestBody})
const

Properties

convertor → (dynamic Function(Map<String, dynamic>? json)?)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
method String
HTTP Method. e.g. GET, PATCH, DELETE, PUT, etc..
finalinherited
requestBody Object?
Data to send to the server
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convert(Object? value) → BuiltList<T>?
override
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