isFile property

bool get isFile

Implementation

bool get isFile {
  return File(filename).statSync().type == FileSystemEntityType.file;
}