size property

int size

Get the number of items in the list

Implementation

int get size => _items.length;