selected function

Attribute<SelectedAttr> selected(
  1. String value
)

Implementation

Attribute<SelectedAttr> selected(String value) {
  return Attribute('selected', value);
}