StreamResponse constructor

StreamResponse(
  1. Stream<List<int>> stream, [
  2. ContentType? contentType
])

Implementation

StreamResponse(this.stream, [this.contentType]);