isFolder property

bool get isFolder

Checks if this drive item is a folder.

Implementation

bool get isFolder => folder != null;