OscillatorNode constructor
OscillatorNode(
- BaseAudioContext context, [
- OscillatorOptions? options
Implementation
factory OscillatorNode(
_i3.BaseAudioContext context, [
_i3.OscillatorOptions? options,
]) =>
_i4.callConstructor(
_declaredOscillatorNode,
[
context,
options ?? _i6.undefined,
],
);