weight property

double get weight

Implementation

double get weight => js_util.getProperty(this, 'weight');
set weight (double newValue)

Implementation

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