addIndex method

void addIndex(
  1. int index
)

Implementation

void addIndex(int index) {
  _indices.add(index);
}