setSelectedIndex method

void setSelectedIndex(
  1. int index
)

Implementation

void setSelectedIndex(int index) {
  emit(index);
}