Response constructor

Response(
  1. int statusCode,
  2. dynamic data,
  3. String status,
  4. ResponseDetail? detail,
)

Implementation

Response(this.statusCode, this.data, this.status, this.detail);