ErrorItem constructor

ErrorItem({
  1. String? label,
  2. String? value,
  3. String? type,
  4. String? view,
  5. bool? header,
  6. bool? amountValue,
  7. String? valueLabel,
  8. String? errorCode,
  9. String? errorMessage,
})

Implementation

ErrorItem(
    {this.label,
    this.value,
    this.type,
    this.view,
    this.header,
    this.amountValue,
    this.valueLabel,
    this.errorCode,
    this.errorMessage});