isEmpty property
bool
get
isEmpty
Checks if the directory is empty (contains no valid assets).
Implementation
bool get isEmpty => assets.isEmpty;
Checks if the directory is empty (contains no valid assets).
bool get isEmpty => assets.isEmpty;