RouteState class

Constructors

RouteState.new({String? currentModule, required List<String> moduleStack, required Map<String, List<Widget>> pageStacks, required List<RouteInfo> routeHistory})
const

Properties

activeModules List<String>
no setter
currentModule String?
final
currentPageType String
no setter
hashCode int
The hash code for this object.
no setterinherited
moduleStack List<String>
final
pageStacks Map<String, List<Widget>>
final
routeHistory List<RouteInfo>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalPages int
no setter

Methods

getCurrentPage() Widget?
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