isLocalPath property

bool get isLocalPath

Implementation

bool get isLocalPath {
  if (this == null) return false;
  return File(this!).existsSync();
}