Denom constructor

Denom({
  1. String? id,
  2. String? idPaymentType,
  3. String? code,
  4. int? amount,
  5. int? admin,
  6. int? total,
  7. String? label,
  8. String? prefix,
})

Implementation

Denom(
    {this.id,
    this.idPaymentType,
    this.code,
    this.amount,
    this.admin,
    this.total,
    this.label,
    this.prefix});