Returns the number of objects in this list.
The valid indices for a list are 0
through length - 1
.
Source
int get length => _source.length;
Returns the number of objects in this list.
The valid indices for a list are 0
through length - 1
.
int get length => _source.length;