nextSize property

int nextSize

Retruns the nextSize of the list

Implementation

int get nextSize => _validate((state) => state.nextSize);