current property Null safety
The current directory that relative paths are relative to.
Implementation
String get current => _current ?? p.current;
The current directory that relative paths are relative to.
String get current => _current ?? p.current;