AFStateViewAugmentationContext class

Properties

accessCurrentTime AFTimeState
no setterinherited
accessPlatformInfo AFAppPlatformInfoState
no setterinherited
accessPublicState AFPublicState
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

accessActiveRouteParamOfType<TRouteParam extends AFRouteParam>({AFRouteLocation routeLocation = AFRouteLocation.screenHierarchy}) → TRouteParam?
Expectes to find exactly ione param of the specified type.
inherited
accessActiveRouteParamsOfType<TRouteParam extends AFRouteParam>({AFRouteLocation routeLocation = AFRouteLocation.screenHierarchy}) List<TRouteParam>
Find all route params that have the specified type.
inherited
accessComponentState<TState extends AFComponentState>() → TState
inherited
accessGlobalRouteParam<TRouteParam>(AFID id) → TRouteParam?
inherited
accessRouteParam<TRouteParam extends AFRouteParam>(AFRouteParamRef ref) → TRouteParam?
inherited
accessRouteParamSegment(AFRouteParamRef ref) AFRouteSegment?
inherited
accessScreenRouteSegment(AFScreenID screen, {AFRouteLocation routeLocation = AFRouteLocation.screenHierarchy}) AFRouteSegment?
inherited
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