preservesPitch property
bool
get
preservesPitch
Implementation
_i2.bool get preservesPitch => _i4.getProperty(
this,
'preservesPitch',
);
set
preservesPitch
(bool value)
Implementation
set preservesPitch(_i2.bool value) {
_i4.setProperty(
this,
'preservesPitch',
value,
);
}