isDirectory property
bool
get
isDirectory
Returns whether this is a directory.
Implementation
bool get isDirectory => entity is Directory;
Returns whether this is a directory.
bool get isDirectory => entity is Directory;