Status constructor

const Status(
  1. int code,
  2. String message,
  3. List<ErrorDetail> details
)

Implementation

const Status(this.code, this.message, this.details);