model property

String model

Implementation

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

Implementation

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