createWaveShaper property
WaveShaperNode Function()
get
createWaveShaper
Implementation
_i3.WaveShaperNode Function() get createWaveShaper => () => _i4.callMethod(
_i4.getProperty(
this,
'createWaveShaper',
),
r'call',
[this],
);
set
createWaveShaper
(WaveShaperNode value())
Implementation
set createWaveShaper(_i3.WaveShaperNode Function() value) {
_i4.setProperty(
this,
'createWaveShaper',
_i4.allowInterop(value),
);
}