absolute property Null safety

Link absolute
override

A Link instance whose path is the absolute path to this.

The absolute path is computed by prefixing a relative path with the current working directory, or returning an absolute path unchanged.

Implementation

Link get absolute;