InvalidVPathMatch class

Inheritance
Implemented types

Constructors

InvalidVPathMatch({required String? localPath, required List<String> names})

Properties

hashCode int
The hash code for this object.
no setterinherited
localPath String?
If there is no pathMatch but a VRouteElement needs a ValueKey use a constant path (which the user is likely to pop on)
final
names List<String>
The names of the VRouteElement in the path match
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setteroverride

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