oversample property

OverSampleType get oversample

Implementation

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

Implementation

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