indices property

Iterable<int> get indices

Implementation

Iterable<int> get indices => indexed.map((e) => e.$1);