ComponentCurDir class final

A reference to the current directory: ..

Only emitted when . appears at the start of a relative path. Internal . segments are normalized away by the iterator and never produced as components.

Inheritance

Constructors

ComponentCurDir({required bool isWide})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isWide bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asOsStr() CodeUnits
The code units of this component as they appear in the source path.
override
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