isDirectory method

bool isDirectory()

Implementation

bool isDirectory() {
  return statSync().type == FileSystemEntityType.directory;
}