autoPad property
MLAutoPad
get
autoPad
Implementation
MLAutoPad get autoPad =>
MLAutoPad.fromValue(js_util.getProperty(this, 'autoPad'));
set
autoPad
(MLAutoPad newValue)
Implementation
set autoPad(MLAutoPad newValue) {
js_util.setProperty(this, 'autoPad', newValue.value);
}