autoPad property

MLAutoPad autoPad

Implementation

MLAutoPad get autoPad =>
    MLAutoPad.fromValue(js_util.getProperty(this, 'autoPad'));
void autoPad=(MLAutoPad newValue)

Implementation

set autoPad(MLAutoPad newValue) {
  js_util.setProperty(this, 'autoPad', newValue.value);
}