QueryModel<ParamType, ResultType> class
abstract
extend this class to declare your queries implement the key getter returning an unique id for the query implement the fetch method returning data or errors
- Annotations
Constructors
- QueryModel(String _key, {ParamType? parameter})
Properties
Methods
-
fetch(
) → Future< ResultType> -
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 o) → bool -
The equality operator.
override