Response<T> constructor

Response<T>(
  1. Response response,
  2. T body,
  3. {dynamic error}
)

Implementation

Response(this.response, this.body, {this.error});