OscillatorNode constructor
- BaseAudioContext context, [
- Map? options
Implementation
factory OscillatorNode(BaseAudioContext context, [Map? options]) {
if (options != null) {
var options_1 = convertDartToNative_Dictionary(options);
return OscillatorNode._create_1(context, options_1);
}
return OscillatorNode._create_2(context);
}