Path class

Constructors

Path([dynamic arg1, dynamic arg2])

Properties

componentsString String
no setter
containsNamedComponent bool
no setter
eq Function
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
no setter
isRelative bool
no setter
lastComponent Component?
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tail Path
no setter

Methods

getComponent(int index) Component
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pathByAppendingComponent(Component c) Path
pathByAppendingPath(Path pathToAppend) Path
toString() String
A string representation of this object.
override

Operators

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

Static Properties

NULL Path
getter/setter pair
self Path
no setter