copyToChannel property

void Function(Float32List, num, [num?]) copyToChannel

Implementation

void Function(
  _i5.Float32List,
  _i2.num, [
  _i2.num?,
]) get copyToChannel => (
      _i5.Float32List p0,
      _i2.num p1, [
      _i2.num? p2,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'copyToChannel',
          ),
          r'call',
          [
            this,
            p0,
            p1,
            p2 ?? _i6.undefined,
          ],
        );
void copyToChannel=(void value(Float32List, num, [num?]))

Implementation

set copyToChannel(
    void Function(
      _i5.Float32List,
      _i2.num, [
      _i2.num?,
    ]) value) {
  _i4.setProperty(
    this,
    'copyToChannel',
    _i4.allowInterop(value),
  );
}