ErrorMessageEntity constructor

ErrorMessageEntity(
  1. String code,
  2. String target,
  3. String message, {
  4. ErrorSourceEntity? source,
})

Implementation

ErrorMessageEntity(this.code, this.target, this.message, {this.source});