isRootEntry property

bool get isRootEntry

Returns true if this entry is at root directory (empty directory path).

Implementation

bool get isRootEntry => directory == '';