nextSize property
int
get
nextSize
Retruns the nextSize of the list
Implementation
int get nextSize => _validate((state) => state.nextSize);
Retruns the nextSize of the list
int get nextSize => _validate((state) => state.nextSize);