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