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