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