AFBuildStateViewContext<TState extends AFComponentState?, TRouteParam extends AFRouteParam> class
Constructors
- AFBuildStateViewContext({required TState stateApp, required AFPublicState statePublic, required TRouteParam routeParam, required AFRouteSegmentChildren? children, required AFPrivateState private})
Properties
- accessAppState → TState
-
no setter
- accessCurrentTime → AFTimeState
-
no setter
- accessPlatformInfo → AFAppPlatformInfoState
-
no setter
- children → AFRouteSegmentChildren?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- private → AFPrivateState
-
final
- routeParam → TRouteParam
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateApp → TState
-
final
- statePublic → AFPublicState
-
final
Methods
-
accessComponentState<
TOtherState extends AFComponentState> () → TOtherState -
createModelsByType(
Iterable< Object> toIntegrate) → Map<String, Object> -
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