pad property

String pad

Implementation

String get pad => js_util.getProperty(this, 'pad');
void pad=(String newValue)

Implementation

set pad(String newValue) {
  js_util.setProperty(this, 'pad', newValue);
}