isEmpty property

bool get isEmpty

Checks if the directory is empty (contains no valid assets).

Implementation

bool get isEmpty => assets.isEmpty;