brands property

Implementation

Iterable<NavigatorUABrandVersion> get brands =>
    js_util.getProperty(this, 'brands');
void brands=(Iterable<NavigatorUABrandVersion> newValue)

Implementation

set brands(Iterable<NavigatorUABrandVersion> newValue) {
  js_util.setProperty(this, 'brands', newValue);
}