RoutePath class

Constructors

RoutePath.home()
RoutePath.routeInfo(RouteInfo routeInfo, String parameter)
RoutePath.routeName(String? routeName)
RoutePath.unknown()
RoutePath.withParameter(String? routeName, String? parameter)

Properties

hashCode int
The hash code for this object.
no setterinherited
hasParameter bool
no setter
hasRouteName bool
no setter
isHomePage bool
no setter
isUnknown bool
final
parameter String?
final
routeName String?
final
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
toString() String
A string representation of this object.
inherited

Operators

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