length property

int length

Returns number of items in list.

Implementation

int get length => _list.length;