oversample property

OverSampleType oversample

Implementation

OverSampleType get oversample =>
    OverSampleType.fromValue(js_util.getProperty(this, 'oversample'));
void oversample=(OverSampleType newValue)

Implementation

set oversample(OverSampleType newValue) {
  js_util.setProperty(this, 'oversample', newValue.value);
}