ResponseStream<R> constructor

ResponseStream<R>(
  1. ClientCall<dynamic, R> _call
)

Implementation

ResponseStream(this._call) : super(_call.response);