nextAvailable property

bool get nextAvailable

Implementation

bool get nextAvailable => (values == null) || ((length % limit) == 0);