AZError constructor

const AZError({
  1. String? message,
  2. String? field,
  3. String? help,
  4. String? errorId,
  5. String? parameter,
})

Implementation

const AZError({
  this.message,
  this.field,
  this.help,
  this.errorId,
  this.parameter,
});