url property
      
      String
      get
      url
      
    
    
The URL for this icon image. To display a grayscale version of the icon
(to indicate that an extension is disabled, for example), append
?grayscale=true to the URL.
Implementation
String get url => _wrapped.url;
      
      set
      url
      (String v) 
      
    
    
    
Implementation
set url(String v) {
  _wrapped.url = v;
}