length property

int length

The number of objects in this list.

Implementation

int get length => data.length;