preservesPitch property
bool
get
preservesPitch
Implementation
bool get preservesPitch => js_util.getProperty(this, 'preservesPitch');
set
preservesPitch
(bool newValue)
Implementation
set preservesPitch(bool newValue) {
js_util.setProperty(this, 'preservesPitch', newValue);
}