Table constructor
Table({
- int? iD,
- String? name,
- String? merchantName,
- String? merchantAddress,
- String? merchantEmailID,
- String? merchantMobilenumber,
- bool? merchantStatus,
- String? merchantCreatedBy,
- String? merchantEditedBy,
- String? merchantLocation,
- bool? sendSMSForTxn,
- String? merchantPAN,
- bool? sendEmailforTransaction,
- int? departmentID,
- int? schemeID,
- int? merchantID,
- String? centerID,
- String? category,
- bool? retailMerchant,
- String? govtMerchant,
- bool? chargesConfigured,
- double? charges,
- bool? foodCategory,
- String? bankName,
- String? accountNumber,
- String? branchName,
- String? iFSCCode,
- bool? isPrefundedMerchant,
- String? bTCatogoryName,
- int? requestID,
- String? sSOID,
- String? departmentName,
- String? schemeName,
- 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});