indices property

List<int> indices

Indices of the bidi text.

Implementation

List<int> get indices {
  return _indices;
}