PushStreamResponse constructor

PushStreamResponse(
  1. ApiResponse response,
  2. Stream<ApiResponse> pushStream
)

Implementation

PushStreamResponse(this.response, this.pushStream)
    : super(response.statusCode);