Tracking constructor

Tracking({
  1. String? qris,
  2. String? vaNumber,
  3. String? expiredDate,
  4. String? paymentType,
  5. dynamic trxAmount,
  6. dynamic amount,
  7. dynamic penalty,
  8. dynamic admin,
  9. String? idBilling,
  10. String? description,
  11. String? clientRefnum,
  12. dynamic additionalData,
  13. dynamic paymentDate,
  14. String? flag,
  15. String? countdownExpired,
  16. String? generatedDate,
  17. String? paymentTypeCode,
  18. String? paymentMethodCode,
  19. String? paymentMethodName,
  20. String? bankName,
})

Implementation

Tracking(
    {this.qris,
    this.vaNumber,
    this.expiredDate,
    this.paymentType,
    this.trxAmount,
    this.amount,
    this.penalty,
    this.admin,
    this.idBilling,
    this.description,
    this.clientRefnum,
    this.additionalData,
    this.paymentDate,
    this.flag,
    this.countdownExpired,
    this.generatedDate,
    this.paymentTypeCode,
    this.paymentMethodCode,
    this.paymentMethodName,
    this.bankName});