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