weight property

num get weight

Implementation

_i2.num get weight => _i3.getProperty(
      this,
      'weight',
    );
set weight (num value)

Implementation

set weight(_i2.num value) {
  _i3.setProperty(
    this,
    'weight',
    value,
  );
}