ValidParentPathResult class

Class to return when the parents have a valid path

Inheritance

Constructors

ValidParentPathResult({required String? path, required Map<String, String> pathParameters})

Properties

hashCode int
The hash code for this object.
no setterinherited
path String?
Null is a valid value, it just means that this path is null and the parent one was as well
final
pathParameters Map<String, String>
The path parameters of the parent paths
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