AFUIVerifyContext class

Annotations

Constructors

AFUIVerifyContext({required List<AFActionWithKey> actions, required AFScreenID activeScreenId, required Map<AFScreenID, dynamic> showResults})
const

Properties

actions List<AFActionWithKey>
final
activeScreenId AFScreenID
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showResults Map<AFScreenID, dynamic>
final

Methods

accessActiveScreenShowResult<TResult>() → TResult
accessOneAction<TAction extends AFActionWithKey>() → TAction
accessOneQuery<TQuery extends AFAsyncQuery>() → TQuery
accessQueries<TQuery extends AFAsyncQuery>() List<TQuery>
accessRouteParamUpdate<TRouteParam extends AFRouteParam>() → TRouteParam
accessRouteParamUpdates<TRouteParam extends AFRouteParam>() List<TRouteParam>
accessShowResult<TResult>(AFScreenID screenId) → TResult
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