isDirectory property
bool
get
isDirectory
Whether the content is a directory.
Implementation
bool get isDirectory => type == "dir";
Whether the content is a directory.
bool get isDirectory => type == "dir";