copyWith method
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,
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,
);