ApiResponse constructor

ApiResponse(
  1. int statusCode,
  2. String body
)

Implementation

ApiResponse(this.statusCode, this.body);