indices property

Iterable<int> indices

Returns an Iterable of the valid indices for this collection.

Implementation

Iterable<int> get indices => Iterable<int>.generate(length);