absolutePath property

String get absolutePath

Implementation

String get absolutePath => isAbsolute ? path : absolute.path;