ValidPopResult class

Return from VRouteElement.getPathFromPop when the VRouteElement to pop has been found but this VRouteElement won't pop

Inheritance

Constructors

ValidPopResult({required String? path, required List<VRouteElement> poppedVRouteElements, required List<String> names})

Properties

hashCode int
The hash code for this object.
no setterinherited
names List<String>
The names of the VRouteElements of the new path
final
path String?
extendedPath should be deducted from the parent path, VRouteElement.path and the path parameters
final
poppedVRouteElements List<VRouteElement>
List of every popping VRouteElement
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