indexes method

Iterable<int> indexes()

Implementation

Iterable<int> indexes() => map((iv) => iv.index);