RouteInfo class sealed

Implementers
Annotations

Properties

children List<RouteInfo>?
final
hashCode int
The hash code for this object.
no setteroverride
isRoot bool
no setter
page Type
final
path String
final
routePostfix String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transition PageTransition?
final
underlying Iterable<RouteInfo>
no setter

Methods

combine(RouteInfo other) RouteInfo
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.
override