body property

A simple getter used to expose a ReadableStream of the body contents.

Implementation

_i3.ReadableStream<_i10.Uint8List>? get body => _i4.getProperty(
      this,
      'body',
    );