stringIndices property

Iterable<int> stringIndices

The indices, starting at 0, of the strings.

Implementation

Iterable<int> get stringIndices =>
    new Iterable<int>.generate(stringPitches.length, (i) => i);