copyWith method

ManageProfile copyWith({
  1. num? id,
  2. String? memberID,
  3. String? ssoid,
  4. String? mobileNumber,
  5. String? nameOnCard,
  6. String? firstName,
  7. String? lastName,
  8. String? poi,
  9. String? poa,
  10. String? pOIType,
  11. String? pOAType,
  12. String? pOIVerified,
  13. String? pOAVerified,
  14. String? poiname,
  15. String? poidob,
  16. String? poigender,
  17. String? poiphone,
  18. String? poiemail,
  19. String? poaco,
  20. String? poadist,
  21. String? poahouse,
  22. String? poaloc,
  23. String? poapc,
  24. String? poastate,
  25. String? poavtc,
  26. String? poavtcCode,
  27. String? poastreet,
  28. String? poalm,
  29. String? poasubdist,
  30. String? poapo,
  31. String? photo,
  32. String? durationFrom,
  33. String? durationTill,
  34. num? createdBy,
  35. String? pan,
  36. String? panname,
  37. num? statusTypeID,
  38. num? isKYCDone,
  39. String? createdDate,
  40. String? mmid,
  41. String? registeredbyMobile,
  42. bool? loginEnable,
  43. num? custOf,
  44. bool? isDistributor,
  45. String? securityQuestion,
  46. String? securityAnswer,
  47. bool? isTPINEnabled,
  48. String? salt,
  49. num? languageCode,
  50. String? platForm,
  51. bool? isUsageCapEnabled,
  52. num? dailyUsageCapCount,
  53. num? dailyUsageCapAmount,
  54. String? mPINEncrypt,
  55. String? tPINEncrypt,
  56. String? riskStatus,
  57. bool? currAddIsApproved,
  58. bool? isInAppOTPEnable,
  59. bool? isMobileNumberVerified,
  60. bool? isEmailIDVerified,
  61. String? geoLocation,
  62. String? pDBankAccountHolderName,
  63. String? pDBankName,
  64. String? pDBankIFSC,
  65. String? pDBankAccountNo,
  66. String? pDWalletMobile,
  67. String? platformName,
  68. String? browserName,
  69. String? browserVersion,
  70. num? loadMoneyCurrentDayCount,
  71. num? loadMoneyCurrentDay,
  72. num? loadMoneyCurrentMonth,
  73. num? loadMoneyCurrentYear,
  74. num? iMPSCurrentDayCount,
  75. num? iMPSCurrentDay,
  76. num? iMPSCurrentMonth,
  77. num? iMPSCurrentYear,
  78. num? customerUnRegMonthTransfer,
  79. bool? citizenjamapstatus,
  80. num? entityID,
  81. String? accountNo,
  82. num? balance,
  83. num? ledgerBalance,
})

Implementation

ManageProfile copyWith({  num? id,
  String? memberID,
  String? ssoid,
  String? mobileNumber,
  String? nameOnCard,
  String? firstName,
  String? lastName,
  String? poi,
  String? poa,
  String? pOIType,
  String? pOAType,
  String? pOIVerified,
  String? pOAVerified,
  String? poiname,
  String? poidob,
  String? poigender,
  String? poiphone,
  String? poiemail,
  String? poaco,
  String? poadist,
  String? poahouse,
  String? poaloc,
  String? poapc,
  String? poastate,
  String? poavtc,
  String? poavtcCode,
  String? poastreet,
  String? poalm,
  String? poasubdist,
  String? poapo,
  String? photo,
  String? durationFrom,
  String? durationTill,
  num? createdBy,
  String? pan,
  String? panname,
  num? statusTypeID,
  num? isKYCDone,
  String? createdDate,
  String? mmid,
  String? registeredbyMobile,
  bool? loginEnable,
  num? custOf,
  bool? isDistributor,
  String? securityQuestion,
  String? securityAnswer,
  bool? isTPINEnabled,
  String? salt,
  num? languageCode,
  String? platForm,
  bool? isUsageCapEnabled,
  num? dailyUsageCapCount,
  num? dailyUsageCapAmount,
  String? mPINEncrypt,
  String? tPINEncrypt,
  String? riskStatus,
  bool? currAddIsApproved,
  bool? isInAppOTPEnable,
  bool? isMobileNumberVerified,
  bool? isEmailIDVerified,
  String? geoLocation,
  String? pDBankAccountHolderName,
  String? pDBankName,
  String? pDBankIFSC,
  String? pDBankAccountNo,
  String? pDWalletMobile,
  String? platformName,
  String? browserName,
  String? browserVersion,
  num? loadMoneyCurrentDayCount,
  num? loadMoneyCurrentDay,
  num? loadMoneyCurrentMonth,
  num? loadMoneyCurrentYear,
  num? iMPSCurrentDayCount,
  num? iMPSCurrentDay,
  num? iMPSCurrentMonth,
  num? iMPSCurrentYear,
  num? customerUnRegMonthTransfer,
  bool? citizenjamapstatus,
  num? entityID,
  String? accountNo,
  num? balance,
  num? ledgerBalance,
}) => ManageProfile(  id: id ?? _id,
  memberID: memberID ?? _memberID,
  ssoid: ssoid ?? _ssoid,
  mobileNumber: mobileNumber ?? _mobileNumber,
  nameOnCard: nameOnCard ?? _nameOnCard,
  firstName: firstName ?? _firstName,
  lastName: lastName ?? _lastName,
  poi: poi ?? _poi,
  poa: poa ?? _poa,
  pOIType: pOIType ?? _pOIType,
  pOAType: pOAType ?? _pOAType,
  pOIVerified: pOIVerified ?? _pOIVerified,
  pOAVerified: pOAVerified ?? _pOAVerified,
  poiname: poiname ?? _poiname,
  poidob: poidob ?? _poidob,
  poigender: poigender ?? _poigender,
  poiphone: poiphone ?? _poiphone,
  poiemail: poiemail ?? _poiemail,
  poaco: poaco ?? _poaco,
  poadist: poadist ?? _poadist,
  poahouse: poahouse ?? _poahouse,
  poaloc: poaloc ?? _poaloc,
  poapc: poapc ?? _poapc,
  poastate: poastate ?? _poastate,
  poavtc: poavtc ?? _poavtc,
  poavtcCode: poavtcCode ?? _poavtcCode,
  poastreet: poastreet ?? _poastreet,
  poalm: poalm ?? _poalm,
  poasubdist: poasubdist ?? _poasubdist,
  poapo: poapo ?? _poapo,
  photo: photo ?? _photo,
  durationFrom: durationFrom ?? _durationFrom,
  durationTill: durationTill ?? _durationTill,
  createdBy: createdBy ?? _createdBy,
  pan: pan ?? _pan,
  panname: panname ?? _panname,
  statusTypeID: statusTypeID ?? _statusTypeID,
  isKYCDone: isKYCDone ?? _isKYCDone,
  createdDate: createdDate ?? _createdDate,
  mmid: mmid ?? _mmid,
  registeredbyMobile: registeredbyMobile ?? _registeredbyMobile,
  loginEnable: loginEnable ?? _loginEnable,
  custOf: custOf ?? _custOf,
  isDistributor: isDistributor ?? _isDistributor,
  securityQuestion: securityQuestion ?? _securityQuestion,
  securityAnswer: securityAnswer ?? _securityAnswer,
  isTPINEnabled: isTPINEnabled ?? _isTPINEnabled,
  salt: salt ?? _salt,
  languageCode: languageCode ?? _languageCode,
  platForm: platForm ?? _platForm,
  isUsageCapEnabled: isUsageCapEnabled ?? _isUsageCapEnabled,
  dailyUsageCapCount: dailyUsageCapCount ?? _dailyUsageCapCount,
  dailyUsageCapAmount: dailyUsageCapAmount ?? _dailyUsageCapAmount,
  mPINEncrypt: mPINEncrypt ?? _mPINEncrypt,
  tPINEncrypt: tPINEncrypt ?? _tPINEncrypt,
  riskStatus: riskStatus ?? _riskStatus,
  currAddIsApproved: currAddIsApproved ?? _currAddIsApproved,
  isInAppOTPEnable: isInAppOTPEnable ?? _isInAppOTPEnable,
  isMobileNumberVerified: isMobileNumberVerified ?? _isMobileNumberVerified,
  isEmailIDVerified: isEmailIDVerified ?? _isEmailIDVerified,
  geoLocation: geoLocation ?? _geoLocation,
  pDBankAccountHolderName: pDBankAccountHolderName ?? _pDBankAccountHolderName,
  pDBankName: pDBankName ?? _pDBankName,
  pDBankIFSC: pDBankIFSC ?? _pDBankIFSC,
  pDBankAccountNo: pDBankAccountNo ?? _pDBankAccountNo,
  pDWalletMobile: pDWalletMobile ?? _pDWalletMobile,
  platformName: platformName ?? _platformName,
  browserName: browserName ?? _browserName,
  browserVersion: browserVersion ?? _browserVersion,
  loadMoneyCurrentDayCount: loadMoneyCurrentDayCount ?? _loadMoneyCurrentDayCount,
  loadMoneyCurrentDay: loadMoneyCurrentDay ?? _loadMoneyCurrentDay,
  loadMoneyCurrentMonth: loadMoneyCurrentMonth ?? _loadMoneyCurrentMonth,
  loadMoneyCurrentYear: loadMoneyCurrentYear ?? _loadMoneyCurrentYear,
  iMPSCurrentDayCount: iMPSCurrentDayCount ?? _iMPSCurrentDayCount,
  iMPSCurrentDay: iMPSCurrentDay ?? _iMPSCurrentDay,
  iMPSCurrentMonth: iMPSCurrentMonth ?? _iMPSCurrentMonth,
  iMPSCurrentYear: iMPSCurrentYear ?? _iMPSCurrentYear,
  customerUnRegMonthTransfer: customerUnRegMonthTransfer ?? _customerUnRegMonthTransfer,
  citizenjamapstatus: citizenjamapstatus ?? _citizenjamapstatus,
  entityID: entityID ?? _entityID,
  accountNo: accountNo ?? _accountNo,
  balance: balance ?? _balance,
  ledgerBalance: ledgerBalance ?? _ledgerBalance,
);