isDirectory property

bool get isDirectory

Whether the content is a directory.

Implementation

bool get isDirectory => type == "dir";