brands property
      
      Iterable<NavigatorUABrandVersion> 
      get
      brands
      
    
    
    
Implementation
Iterable<NavigatorUABrandVersion> get brands =>
    js_util.getProperty(this, 'brands');
      
      set
      brands
      (Iterable<NavigatorUABrandVersion>  newValue) 
      
    
    
    
Implementation
set brands(Iterable<NavigatorUABrandVersion> newValue) {
  js_util.setProperty(this, 'brands', newValue);
}