UserMetaPreference constructor

UserMetaPreference({
  1. bool? receivedpaymentpush,
  2. bool? receivedpaymentsms,
  3. bool? receivedpaymentemail,
  4. bool? transferpush,
  5. bool? transfersms,
  6. bool? transferemail,
  7. bool? receivedorderspush,
  8. bool? receivedordersms,
  9. bool? receivedorderemail,
  10. bool? receivedrequestforpaymentpush,
  11. bool? receivedrequestforpaymentsms,
  12. bool? receivedrequestforpaymentemail,
  13. bool? orderpush,
  14. bool? ordersms,
  15. bool? orderemail,
  16. String? lastloginip,
  17. DateTime? lastlogindatetime,
  18. int? createdby,
  19. int? modifiedby,
  20. String? isplayasound,
  21. bool? isArabic,
  22. bool? isInternational,
  23. dynamic maxaddfundamt,
  24. bool? allowrecurringpayment,
  25. int? reminderdays,
  26. bool? issavecreditcardajax,
  27. bool? isallowsecretkey,
  28. int? assignedoriginator,
  29. int? isusercomission,
  30. bool? isinternationalcreditcard,
  31. dynamic allowcountries,
  32. bool? isdebitcardallowforwebcheckout,
  33. dynamic allowCountryHistory,
  34. int? receiveotpvia,
  35. bool? isallowedtosavecard,
  36. bool? isallowedtodirectpayment,
  37. bool? isallowedtocybersourcevisa,
  38. bool? isallowedtocybersourcemastercard,
  39. bool? isallowedtoapplepay,
  40. bool? isallowedtogooglepay,
  41. bool? isallowedtoamex,
  42. int? id,
  43. String? userId,
  44. User? user,
})

Implementation

UserMetaPreference({
  this.receivedpaymentpush,
  this.receivedpaymentsms,
  this.receivedpaymentemail,
  this.transferpush,
  this.transfersms,
  this.transferemail,
  this.receivedorderspush,
  this.receivedordersms,
  this.receivedorderemail,
  this.receivedrequestforpaymentpush,
  this.receivedrequestforpaymentsms,
  this.receivedrequestforpaymentemail,
  this.orderpush,
  this.ordersms,
  this.orderemail,
  this.lastloginip,
  this.lastlogindatetime,
  this.createdby,
  this.modifiedby,
  this.isplayasound,
  this.isArabic,
  this.isInternational,
  this.maxaddfundamt,
  this.allowrecurringpayment,
  this.reminderdays,
  this.issavecreditcardajax,
  this.isallowsecretkey,
  this.assignedoriginator,
  this.isusercomission,
  this.isinternationalcreditcard,
  this.allowcountries,
  this.isdebitcardallowforwebcheckout,
  this.allowCountryHistory,
  this.receiveotpvia,
  this.isallowedtosavecard,
  this.isallowedtodirectpayment,
  this.isallowedtocybersourcevisa,
  this.isallowedtocybersourcemastercard,
  this.isallowedtoapplepay,
  this.isallowedtogooglepay,
  this.isallowedtoamex,
  this.id,
  this.userId,
  this.user,
});