weight property

String weight

Implementation

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

Implementation

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