length property

int get length

Returns the number of elements in the array.

Implementation

int get length => elements.length;