isDirectory property

bool get isDirectory

Implementation

bool get isDirectory => FileSystemEntity.isDirectorySync(_path);