isDirectory property

bool get isDirectory

Implementation

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