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