selectIndex method

T selectIndex(
  1. int index
)

Implementation

T selectIndex(int index) {
  element?.selectIndex(index);
  return this;
}