copyFromChannel property

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

Implementation

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

Implementation

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