size property

int get size

Returns the current size of the list

Implementation

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