self property

Path self

Implementation

static Path get self {
  var path = Path();
  path._isRelative = true;
  return path;
}