ApiResponse constructor

ApiResponse(
  1. int statusCode,
  2. dynamic data
)

Implementation

ApiResponse(this.statusCode, this.data);