length property

int get length
override

Get the length of the list

Implementation

int get length => _list.length;