size property

int size

Returns the current size of the list

Implementation

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