preservesPitch property

bool preservesPitch

Implementation

bool get preservesPitch => js_util.getProperty(this, 'preservesPitch');
void preservesPitch=(bool newValue)

Implementation

set preservesPitch(bool newValue) {
  js_util.setProperty(this, 'preservesPitch', newValue);
}