cancelScheduledValues property
AudioParam Function(num)
get
cancelScheduledValues
Implementation
_i3.AudioParam Function(_i2.num) get cancelScheduledValues =>
(_i2.num p0) => _i4.callMethod(
_i4.getProperty(
this,
'cancelScheduledValues',
),
r'call',
[
this,
p0,
],
);
set
cancelScheduledValues
(AudioParam value(num))
Implementation
set cancelScheduledValues(_i3.AudioParam Function(_i2.num) value) {
_i4.setProperty(
this,
'cancelScheduledValues',
_i4.allowInterop(value),
);
}