body property

Stream<List<int>> body
final

Response body. Back-pressure follows JS reads: the runtime pauses this subscription until the script asks for the next chunk.

Implementation

final Stream<List<int>> body;