brand property

String brand

Implementation

String get brand => js_util.getProperty(this, 'brand');
void brand=(String newValue)

Implementation

set brand(String newValue) {
  js_util.setProperty(this, 'brand', newValue);
}