ProviderQuery<T extends Provider<Model>> class abstract

Specify query arguments that are exclusive to a specific Provider. For example, configuring a REST's POST method.

Implementations must specify the generic type argument as Provider will read Query for this type. Implementations should also specify equality operators.

Provider implementations should expect only one ProviderQuery per T.

Constructors

ProviderQuery.new()
Specify query arguments that are exclusive to a specific Provider. For example, configuring a REST's POST method.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
provider Type
Query will build a map keyed by this provider, or T.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize to JSON
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited