body property

Stream<Uint8List>? body

A Stream of the body content.

MDN reference

Implementation

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