NorseRouter class

Constructors

NorseRouter({List<NorsePath<Object?, Object?>> children = const [], dynamic logger(String log)?, String basePath = ''})

Properties

basePath String
final
children List<NorsePath<Object?, Object?>>
final
hashCode int
The hash code for this object.
no setterinherited
latestPath BuildableNorsePath<Object?, Object?>?
getter/setter pair
logger → (dynamic Function(String log)?)
final
observer ↔ NorseObserver
getter/setter pair
previousPaths Queue<BuildableNorsePath<Object?, Object?>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onGenerateRoute(RouteSettings routeSettings) Route
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

routeBuilder Route<A> Function<A>(Widget view, NorsePath<Object?, Object?> path)
getter/setter pair