Iterable<int> get outputPadding => js_util.getProperty(this, 'outputPadding');
set outputPadding(Iterable<int> newValue) { js_util.setProperty(this, 'outputPadding', newValue); }