AppBranch enum
Represents a top-level branch of the app.
Each branch has its own stateful navigation stack.
Consumers can navigate to a branch via context.goBranch(). The navigation
stack and other state of the branch will generally be preserved.
Values
Properties
Methods
-
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