brand property

String get brand

Implementation

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

Implementation

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