StreamResponse<I, O> constructor

const StreamResponse<I, O>(
  1. Spec<I, O> spec,
  2. Headers headers,
  3. Stream<O> message,
  4. Headers trailers,
)

Implementation

const StreamResponse(super.spec, super.headers, this.message, super.trailers);