isLocalPath property

bool get isLocalPath

Implementation

bool get isLocalPath {
  return File(this).existsSync();
}