damping property

num get damping

Implementation

_i2.num get damping => _i5.getProperty(
      this,
      'damping',
    );
set damping (num value)

Implementation

set damping(_i2.num value) {
  _i5.setProperty(
    this,
    'damping',
    value,
  );
}