decode property

void Function(EncodedVideoChunk) get decode

Implementation

void Function(_i3.EncodedVideoChunk) get decode =>
    (_i3.EncodedVideoChunk p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'decode',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set decode (void value(EncodedVideoChunk))

Implementation

set decode(void Function(_i3.EncodedVideoChunk) value) {
  _i4.setProperty(
    this,
    'decode',
    _i4.allowInterop(value),
  );
}