done property

bool get done

Indicates whether the entire loading process is considered complete.

Implementation

bool get done => !isEnabled || (loadingSequenceFinished && allItemsFinished);