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
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