inputs property

Iterable inputs

Implementation

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

Implementation

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