AFState class

The full application state of an Afib app, which contains routing state managed by AFib, and the custom application state.

Annotations

Constructors

AFState({required AFPrivateState private, required AFPublicState public})
Construct an AFib state with the specified route and app state.
const
AFState.initialState(AFConceptualStore conceptualStore)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
private AFPrivateState
final
public AFPublicState
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({AFPrivateState? private, AFPublicState? public}) AFState
Modify the specified properties and leave everything else the same.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revisePublic(AFPublicState public) AFState
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited