getChannelData property

Float32List Function(num) getChannelData

Implementation

_i5.Float32List Function(_i2.num) get getChannelData =>
    (_i2.num p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'getChannelData',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void getChannelData=(Float32List value(num))

Implementation

set getChannelData(_i5.Float32List Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'getChannelData',
    _i4.allowInterop(value),
  );
}