isExist property

bool get isExist

Implementation

bool get isExist {
  return File(filename).existsSync();
}