weight property

double weight

Implementation

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

Implementation

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