isFullySynced property

bool get isFullySynced

Whether all items have been successfully synced.

Implementation

bool get isFullySynced => synced == total && total > 0;