AFCreateDynamicQueryResultContext<TQuery extends AFAsyncQuery> class
Constructors
- AFCreateDynamicQueryResultContext({required TQuery query, required AFStateTestContext testContext})
Properties
- accessCurrentTime → AFTimeState
-
no setter
- accessPublicState → AFPublicState
-
no setter
- error ↔ AFQueryError?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isError → bool
-
no setter
- isResponse → bool
-
no setter
- isValid → bool
-
no setter
- query → TQuery
-
final
- response ↔ Object?
-
getter/setter pair
- responseCalls ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testContext → AFStateTestContext
-
final
Methods
-
accessComponentState<
TComponentState extends AFComponentState> () → TComponentState? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onError(
AFQueryError err) → void -
onSuccess(
Object? resp) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- responseError → const int
- responseSuccess → const int