isDirectory property

bool get isDirectory

Returns whether this is a directory.

Implementation

bool get isDirectory => entity is Directory;