candidates property

Iterable<Node> candidates

Implementation

Iterable<Node> get candidates => js_util.getProperty(this, 'candidates');
void candidates=(Iterable<Node> newValue)

Implementation

set candidates(Iterable<Node> newValue) {
  js_util.setProperty(this, 'candidates', newValue);
}