NavigationStackRouter<T> class

Constructors

factory

Properties

defaultItem → T
final
defaultRoute NavigationStackRoute<T>
latefinal
defaultUriSegment → dynamic
latefinal
hashCode int
The hash code for this object.
no setterinherited
parser RouteInformationParser<IList<T>>
no setter
routes List<NavigationStackRoute<T>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seperator String
final
seperatorOptional bool
final

Methods

itemFromSegment(dynamic segment) → Option<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parentRoute<R>({required String key, required T fromParent(R parent), required R toParent(T item), String seperator = '-'}) NavigationStackRoute<R>
parseSegment(String segment) → Option
routeFromItem(T item) → Option<NavigationStackRoute<T>>
segmentFromItem(T item) → Option<String>
toString() String
A string representation of this object.
inherited

Operators

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