pad property
      
      String
      get
      pad
      
    
    
    
Implementation
String get pad => js_util.getProperty(this, 'pad');
      
      set
      pad
      (String newValue) 
      
    
    
    
Implementation
set pad(String newValue) {
  js_util.setProperty(this, 'pad', newValue);
}