HttpResponse<T> constructor

HttpResponse<T>(
  1. T data,
  2. Response response
)

Implementation

HttpResponse(this.data, this.response);