Errors constructor

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

Implementation

Errors(
    {this.label,
      this.name,
      this.value,
      this.type,
      this.view,
      this.header,
      this.classNames,
      this.amountValue,
      this.valueLabel});