createConstantSource property

ConstantSourceNode Function() get createConstantSource

Implementation

_i3.ConstantSourceNode Function() get createConstantSource =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'createConstantSource',
          ),
          r'call',
          [this],
        );
set createConstantSource (ConstantSourceNode value())

Implementation

set createConstantSource(_i3.ConstantSourceNode Function() value) {
  _i4.setProperty(
    this,
    'createConstantSource',
    _i4.allowInterop(value),
  );
}