NavGlobal class

Inheritance
Available Extensions

Constructors

factory

Properties

currentRoute Route?
no setter
currentRouteArguments → dynamic
no setter
currentRouteName String?
no setter
hashCode int
The hash code for this object.
no setterinherited
observer NavObserver
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAlias<P, C extends P>() → void
子类可以转化成父类
addAliasAll(Iterable<Type> parents, Type child) → void
addAliasType(Type parent, Type child) → void
get<T>() BuildFactory<T>
getAlias(Type t) Type
getArg(Type t) BuildFactory
getNavigator() NavigatorState?
getOverlay() OverlayState?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put<T>(BuildFactory<T> factory) → void
toString() String
A string representation of this object.
inherited

Operators

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