selected property

bool selected

Implementation

bool get selected => js_util.getProperty(this, 'selected');
void selected=(bool newValue)

Implementation

set selected(bool newValue) {
  js_util.setProperty(this, 'selected', newValue);
}