stream property

ReadableStream<Uint8List> Function() get stream

Implementation

_i3.ReadableStream<_i5.Uint8List> Function() get stream =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'stream',
          ),
          r'call',
          [this],
        );
set stream (ReadableStream<Uint8List> value())

Implementation

set stream(_i3.ReadableStream<_i5.Uint8List> Function() value) {
  _i4.setProperty(
    this,
    'stream',
    _i4.allowInterop(value),
  );
}