Table1 constructor

Table1({
  1. String? rRN,
  2. String? rupayCardRefNo,
  3. String? orderID,
  4. String? uniqueID,
  5. String? mobilenumber,
  6. String? poiname,
  7. String? entityName,
  8. double? amount,
  9. String? trxnStatus,
  10. String? responseDesc,
  11. String? narration,
  12. String? insertDatetime,
  13. String? category,
})

Implementation

Table1(
    {this.rRN,
      this.rupayCardRefNo,
      this.orderID,
      this.uniqueID,
      this.mobilenumber,
      this.poiname,
      this.entityName,
      this.amount,
      this.trxnStatus,
      this.responseDesc,
      this.narration,
      this.insertDatetime,
      this.category});