Status constructor
const
Status(
- int code,
- String message,
- List<
ErrorDetail> details
Implementation
const Status(this.code, this.message, this.details);
const Status(this.code, this.message, this.details);