setTargetIndex method

void setTargetIndex(
  1. int index
)

Implementation

void setTargetIndex(int index) {
  _targetIndex = index;
}