readableStream top-level property

dynamic readableStream

This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.

Implementation

_i2.dynamic get readableStream => _i4.getProperty(
      _self,
      'ReadableStream',
    );