FailureInfo constructor

FailureInfo({
  1. String? errorCode,
  2. String? errorMessage,
  3. Printer? printer,
  4. String? printerId,
})

Implementation

FailureInfo({
  this.errorCode,
  this.errorMessage,
  this.printer,
  this.printerId,
});