Response<T> constructor

Response<T>(
  1. T body,
  2. int statusCode,
  3. Map<String, dynamic> headers
)

Implementation

Response(this.body, this.statusCode, this.headers);