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