inputs property

Iterable get inputs

Implementation

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

Implementation

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