Body constructor

Body(
  1. Stream<List<int>> stream
)

Implementation

Body(Stream<List<int>> stream) : _stream = stream;