selected property

bool get selected

Implementation

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

Implementation

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