setSelected method

void setSelected(
  1. String value
)

Implementation

void setSelected(String value) {
  selected.value = value;
}