allItemsFinished property

bool get allItemsFinished

Indicates whether all individual LoaderItems have completed loading (either successfully or with an error).

Implementation

bool get allItemsFinished => _items.every((item) => item.completedOrFailed);