ResponseStatus constructor
Constructs a ResponseStatus with the provided status, message, and data.
Implementation
ResponseStatus(this.status, this.message, this.data , {this.error});
Constructs a ResponseStatus with the provided status, message, and data.
ResponseStatus(this.status, this.message, this.data , {this.error});