type property

Implementation

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

Implementation

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