body property

Stream<Uint8List>? body

A ReadableStream of the body contents.

MDN Reference

Implementation

Stream<Uint8List>? get body => _storage.of(#body, () => null);