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.
Constructors
- ComponentCurDir({required bool isWide})
-
const
Properties
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