ErrorData constructor

ErrorData(
  1. String code,
  2. String message
)

Implementation

ErrorData(this.code, this.message);