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