Details constructor

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

Implementation

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