type property

Implementation

OscillatorType get type =>
    OscillatorType.fromValue(js_util.getProperty(this, 'type'));
void type=(OscillatorType newValue)

Implementation

set type(OscillatorType newValue) {
  js_util.setProperty(this, 'type', newValue.value);
}