ErrorCode constructor

const ErrorCode(
  1. String code,
  2. String message
)

Implementation

const ErrorCode(this.code, this.message);