PlusRoute class

Constructors

PlusRoute({required String path, RouterBuilder? builder, Widget? widget, List<PlusRouterCanActivate>? canActivate, RouterMatch routerMatch = RouterMatch.Prefix})

Properties

arguments Map<String, dynamic>
getter/setter pair
builder RouterBuilder?
final
canActivate List<PlusRouterCanActivate>?
final
hashCode int
The hash code for this object.
no setterinherited
isActive bool
getter/setter pair
isArgs bool
getter/setter pair
isParent bool
getter/setter pair
localSegments List<String>
getter/setter pair
location String
no setter
name String
no setter
path String
final
pathSegments List<String>
no setter
routerMatch RouterMatch
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget Widget?
final

Methods

checkArgument(String value) bool
Start with ':' is argument
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseURLSegment(List<String> urlSegments) bool
Try parse URLSegment
setArgument(String segment, String value) → void
toString() String
A string representation of this object.
inherited
updateLocalSegments(List<String> localtionSegments) → dynamic

Operators

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