preservesPitch property

bool preservesPitch

Implementation

_i2.bool get preservesPitch => _i4.getProperty(
      this,
      'preservesPitch',
    );
void preservesPitch=(bool value)

Implementation

set preservesPitch(_i2.bool value) {
  _i4.setProperty(
    this,
    'preservesPitch',
    value,
  );
}