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