isAbsolute method
Returns true if the Path is absolute, i.e., if it is independent of the current directory.
Implementation
bool isAbsolute() => _posix.isAbsolute(string);
Returns true if the Path is absolute, i.e., if it is independent of the current directory.
bool isAbsolute() => _posix.isAbsolute(string);