DoKitHttpClientResponse constructor

DoKitHttpClientResponse(
  1. HttpClientResponse origin,
  2. dynamic recordResponse(
    1. int,
    2. String,
    3. String,
    4. int,
    )
)

Implementation

DoKitHttpClientResponse(this.origin, this.recordResponse);