UnaryResponse<I, O> constructor

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

Implementation

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