isRelative method
Returns true if the Path is relative, i.e., not absolute.
Implementation
bool isRelative() => _posix.isRelative(_string);
Returns true if the Path is relative, i.e., not absolute.
bool isRelative() => _posix.isRelative(_string);