HttpResponse<T> constructor
HttpResponse<T> (
- T data,
- Response response
Implementation
HttpResponse(this.data, this.response);
HttpResponse(this.data, this.response);