isComplete property

bool get isComplete

Implementation

bool get isComplete => count != null && total != null && count == total;