setIndex method

void setIndex(
  1. int index
)
inherited

Implementation

void setIndex(int index) {
  _currentindex = index;
}