read property

Future<ReadableStreamReadResult<R>> Function() get read

Implementation

_i2.Future<_i3.ReadableStreamReadResult<R>> Function() get read =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'read',
          ),
          r'call',
          [this],
        ));
set read (Future<ReadableStreamReadResult<R>> value())

Implementation

set read(_i2.Future<_i3.ReadableStreamReadResult<R>> Function() value) {
  _i4.setProperty(
    this,
    'read',
    _i4.allowInterop(value),
  );
}