Response constructor
Response(
- int statusCode,
- dynamic data,
- String status,
- ResponseDetail? detail,
Implementation
Response(this.statusCode, this.data, this.status, this.detail);