isFile method

bool isFile()

Implementation

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