hasReachedMax property

bool get hasReachedMax

whether the local list is the same length as the remote list

Implementation

bool get hasReachedMax => items.length >= total;