numberOfOutputs property

int numberOfOutputs

Implementation

int get numberOfOutputs => js_util.getProperty(this, 'numberOfOutputs');
void numberOfOutputs=(int newValue)

Implementation

set numberOfOutputs(int newValue) {
  js_util.setProperty(this, 'numberOfOutputs', newValue);
}