Table constructor

Table({
  1. int? iD,
  2. String? name,
  3. String? merchantName,
  4. String? merchantAddress,
  5. String? merchantEmailID,
  6. String? merchantMobilenumber,
  7. bool? merchantStatus,
  8. String? merchantCreatedBy,
  9. String? merchantEditedBy,
  10. String? merchantLocation,
  11. bool? sendSMSForTxn,
  12. String? merchantPAN,
  13. bool? sendEmailforTransaction,
  14. int? departmentID,
  15. int? schemeID,
  16. int? merchantID,
  17. String? centerID,
  18. String? category,
  19. bool? retailMerchant,
  20. String? govtMerchant,
  21. bool? chargesConfigured,
  22. double? charges,
  23. bool? foodCategory,
  24. String? bankName,
  25. String? accountNumber,
  26. String? branchName,
  27. String? iFSCCode,
  28. bool? isPrefundedMerchant,
  29. String? bTCatogoryName,
  30. int? requestID,
  31. String? sSOID,
  32. String? departmentName,
  33. String? schemeName,
  34. int? debitBTID,
})

Implementation

Table(
    {this.iD,
      this.name,
      this.merchantName,
      this.merchantAddress,
      this.merchantEmailID,
      this.merchantMobilenumber,
      this.merchantStatus,
      this.merchantCreatedBy,
      this.merchantEditedBy,
      this.merchantLocation,
      this.sendSMSForTxn,
      this.merchantPAN,
      this.sendEmailforTransaction,
      this.departmentID,
      this.schemeID,
      this.merchantID,
      this.centerID,
      this.category,
      this.retailMerchant,
      this.govtMerchant,
      this.chargesConfigured,
      this.charges,
      this.foodCategory,
      this.bankName,
      this.accountNumber,
      this.branchName,
      this.iFSCCode,
      this.isPrefundedMerchant,
      this.bTCatogoryName,
      this.requestID,
      this.sSOID,
      this.departmentName,
      this.schemeName,
      this.debitBTID});