ValidVPathMatch class

Inheritance

Constructors

ValidVPathMatch({required String remainingPath, required Map<String, String> pathParameters, required String? localPath, required List<String> names})

Properties

hashCode int
The hash code for this object.
no setterinherited
localPath String?
The local path is the one of the current VRouteElement If the path has path parameters, those should be replaced
final
names List<String>
The names of the VRouteElement in the path match
final
pathParameters Map<String, String>
The path parameters of the valid VRoute which are
final
remainingPath String
The remaining of the path after having remove the part of the path that this VPath has matched
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