PathInfo class

Information about a path, including ending and pairs of segments.

Constructors

PathInfo({required String source, bool invalid = false, String? ending, List<PathPair> pairs = const [], List<String> collections = const [], List<String> documents = const []})

Properties

collections List<String>
final
documents List<String>
final
ending String?
final
hashCode int
The hash code for this object.
no setterinherited
invalid bool
final
pairs List<PathPair>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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