copyWith method
AllInquiries
copyWith({
- String? id,
- String? inquiryTimes,
- String? projectId,
- String? userId,
- String? name,
- String? contactNo,
- String? emailAddress,
- String? cpName,
- String? cpContactNo,
- String? cpCompanyName,
- String? cpUserId,
- String? verifyOtp,
- String? cpVerify,
- String? inquiryFrom,
- String? inquiryManual,
- String? type,
- String? typeSort,
- String? typeShow,
- String? adminModuleId,
- String? salesMasterUserId,
- String? salesName,
- String? task,
- String? activity,
- String? createdAtTime,
- num? createdAtToday,
- String? createdAt,
- String? createdTime,
- Notification? notification,
- String? followUpUpdateAtTime,
- String? followUpUpdate,
- String? followUpDateAtTime,
- String? followUpDate,
- String? followUpDateTime,
- String? dateTime,
- String? dateFormat,
- num? last5minLead,
- num? leadInDue,
- String? dateFormatSort,
- num? followUpAdd,
- FollowDate? followDate,
- String? oldInquiry,
- String? masterUserId,
- String? masterUserName,
- String? resume,
- num? overdue,
- String? leadSource,
- String? leadSubSource,
- String? leadBudget,
- String? leadPriority,
- String? leadArea,
- String? leadCategory,
- String? leadType,
- String? investAmount,
- String? leadUnitType,
- String? leadBuyType,
- String? projectTitle,
- String? isStar,
- LeadRights? leadRights,
- List<
String> ? inquiriesTags, - String? designation,
- String? occupation,
- String? companyName,
- String? birthdate,
- String? clientSecondaryContactNo,
- String? experience,
- String? currentCompany,
- String? currentDesignation,
- String? department,
- String? nameOfFirm,
- String? categoryItem,
- String? completeProductDetails,
- String? firmEstablishmentYear,
- String? productDetailsCatalogue,
- String? firmStatus,
- String? natureOfBusiness,
- String? addressOfRegOffice,
- String? factoryAddress,
- String? companyRefOne,
- String? companyRefTwo,
- String? companyRefThree,
- String? isQualityManual,
- String? isQualityAudits,
- String? gstNo,
- String? panNo,
- String? vendorContactNo,
- String? turnOver,
- String? bankDetails,
- String? bankAccountNo,
- String? ifscCode,
- String? gstAttach,
- String? panAttach,
- String? isoAttach,
- String? addressAttach,
- String? msmeAttach,
- String? societyName,
- String? address,
- String? plotArea,
- String? existingUnit,
- String? requirements,
- String? roadWidth,
- String? memberConfirmation,
- String? otherConfirmation,
- String? proposeLandType,
- String? attachment,
- String? landType,
- String? locationUrl,
- String? nonAgriculture,
- String? zone,
- String? otherAttachment,
- num? agreeTandc,
- List<
FollowUpHistory> ? followUpHistory, - num? feedbackFound,
- String? remarks,
- String? lostReason,
- String? unitNo,
Implementation
AllInquiries copyWith({ String? id,
String? inquiryTimes,
String? projectId,
String? userId,
String? name,
String? contactNo,
String? emailAddress,
String? cpName,
String? cpContactNo,
String? cpCompanyName,
String? cpUserId,
String? verifyOtp,
String? cpVerify,
String? inquiryFrom,
String? inquiryManual,
String? type,
String? typeSort,
String? typeShow,
String? adminModuleId,
String? salesMasterUserId,
String? salesName,
String? task,
String? activity,
String? createdAtTime,
num? createdAtToday,
String? createdAt,
String? createdTime,
Notification? notification,
String? followUpUpdateAtTime,
String? followUpUpdate,
String? followUpDateAtTime,
String? followUpDate,
String? followUpDateTime,
String? dateTime,
String? dateFormat,
num? last5minLead,
num? leadInDue,
String? dateFormatSort,
num? followUpAdd,
FollowDate? followDate,
String? oldInquiry,
String? masterUserId,
String? masterUserName,
String? resume,
num? overdue,
String? leadSource,
String? leadSubSource,
String? leadBudget,
String? leadPriority,
String? leadArea,
String? leadCategory,
String? leadType,
String? investAmount,
String? leadUnitType,
String? leadBuyType,
String? projectTitle,
String? isStar,
LeadRights? leadRights,
List<String>? inquiriesTags,
String? designation,
String? occupation,
String? companyName,
String? birthdate,
String? clientSecondaryContactNo,
String? experience,
String? currentCompany,
String? currentDesignation,
String? department,
String? nameOfFirm,
String? categoryItem,
String? completeProductDetails,
String? firmEstablishmentYear,
String? productDetailsCatalogue,
String? firmStatus,
String? natureOfBusiness,
String? addressOfRegOffice,
String? factoryAddress,
String? companyRefOne,
String? companyRefTwo,
String? companyRefThree,
String? isQualityManual,
String? isQualityAudits,
String? gstNo,
String? panNo,
String? vendorContactNo,
String? turnOver,
String? bankDetails,
String? bankAccountNo,
String? ifscCode,
String? gstAttach,
String? panAttach,
String? isoAttach,
String? addressAttach,
String? msmeAttach,
String? societyName,
String? address,
String? plotArea,
String? existingUnit,
String? requirements,
String? roadWidth,
String? memberConfirmation,
String? otherConfirmation,
String? proposeLandType,
String? attachment,
String? landType,
String? locationUrl,
String? nonAgriculture,
String? zone,
String? otherAttachment,
num? agreeTandc,
List<FollowUpHistory>? followUpHistory,
num? feedbackFound,
String? remarks,
String? lostReason,
String? unitNo,
}) => AllInquiries( id: id ?? _id,
inquiryTimes: inquiryTimes ?? _inquiryTimes,
projectId: projectId ?? _projectId,
userId: userId ?? _userId,
name: name ?? _name,
contactNo: contactNo ?? _contactNo,
emailAddress: emailAddress ?? _emailAddress,
cpName: cpName ?? _cpName,
cpContactNo: cpContactNo ?? _cpContactNo,
cpCompanyName: cpCompanyName ?? _cpCompanyName,
cpUserId: cpUserId ?? _cpUserId,
verifyOtp: verifyOtp ?? _verifyOtp,
cpVerify: cpVerify ?? _cpVerify,
inquiryFrom: inquiryFrom ?? _inquiryFrom,
inquiryManual: inquiryManual ?? _inquiryManual,
type: type ?? _type,
typeSort: typeSort ?? _typeSort,
typeShow: typeShow ?? _typeShow,
adminModuleId: adminModuleId ?? _adminModuleId,
salesMasterUserId: salesMasterUserId ?? _salesMasterUserId,
salesName: salesName ?? _salesName,
task: task ?? _task,
activity: activity ?? _activity,
createdAtTime: createdAtTime ?? _createdAtTime,
createdAtToday: createdAtToday ?? _createdAtToday,
createdAt: createdAt ?? _createdAt,
createdTime: createdTime ?? _createdTime,
notification: notification ?? _notification,
followUpUpdateAtTime: followUpUpdateAtTime ?? _followUpUpdateAtTime,
followUpUpdate: followUpUpdate ?? _followUpUpdate,
followUpDateAtTime: followUpDateAtTime ?? _followUpDateAtTime,
followUpDate: followUpDate ?? _followUpDate,
followUpDateTime: followUpDateTime ?? _followUpDateTime,
dateTime: dateTime ?? _dateTime,
dateFormat: dateFormat ?? _dateFormat,
last5minLead: last5minLead ?? _last5minLead,
leadInDue: leadInDue ?? _leadInDue,
dateFormatSort: dateFormatSort ?? _dateFormatSort,
followUpAdd: followUpAdd ?? _followUpAdd,
followDate: followDate ?? _followDate,
oldInquiry: oldInquiry ?? _oldInquiry,
masterUserId: masterUserId ?? _masterUserId,
masterUserName: masterUserName ?? _masterUserName,
resume: resume ?? _resume,
overdue: overdue ?? _overdue,
leadSource: leadSource ?? _leadSource,
leadSubSource: leadSubSource ?? _leadSubSource,
leadBudget: leadBudget ?? _leadBudget,
leadPriority: leadPriority ?? _leadPriority,
leadArea: leadArea ?? _leadArea,
leadCategory: leadCategory ?? _leadCategory,
leadType: leadType ?? _leadType,
investAmount : investAmount ?? _investAmount,
leadUnitType: leadUnitType ?? _leadUnitType,
leadBuyType: leadBuyType ?? _leadBuyType,
projectTitle: projectTitle ?? _projectTitle,
isStar: isStar ?? _isStar,
leadRights: leadRights ?? _leadRights,
inquiriesTags: inquiriesTags ?? _inquiriesTags,
designation: designation ?? _designation,
occupation: occupation ?? _occupation,
companyName: companyName ?? _companyName,
birthdate: birthdate ?? _birthdate,
clientSecondaryContactNo: clientSecondaryContactNo ?? _clientSecondaryContactNo,
experience: experience ?? _experience,
currentCompany: currentCompany ?? _currentCompany,
currentDesignation: currentDesignation ?? _currentDesignation,
department: department ?? _department,
nameOfFirm: nameOfFirm ?? _nameOfFirm,
categoryItem: categoryItem ?? _categoryItem,
completeProductDetails: completeProductDetails ?? _completeProductDetails,
firmEstablishmentYear: firmEstablishmentYear ?? _firmEstablishmentYear,
productDetailsCatalogue: productDetailsCatalogue ?? _productDetailsCatalogue,
firmStatus: firmStatus ?? _firmStatus,
natureOfBusiness: natureOfBusiness ?? _natureOfBusiness,
addressOfRegOffice: addressOfRegOffice ?? _addressOfRegOffice,
factoryAddress: factoryAddress ?? _factoryAddress,
companyRefOne: companyRefOne ?? _companyRefOne,
companyRefTwo: companyRefTwo ?? _companyRefTwo,
companyRefThree: companyRefThree ?? _companyRefThree,
isQualityManual: isQualityManual ?? _isQualityManual,
isQualityAudits: isQualityAudits ?? _isQualityAudits,
gstNo: gstNo ?? _gstNo,
panNo: panNo ?? _panNo,
vendorContactNo: vendorContactNo ?? _vendorContactNo,
turnOver: turnOver ?? _turnOver,
bankDetails: bankDetails ?? _bankDetails,
bankAccountNo: bankAccountNo ?? _bankAccountNo,
ifscCode: ifscCode ?? _ifscCode,
gstAttach: gstAttach ?? _gstAttach,
panAttach: panAttach ?? _panAttach,
isoAttach: isoAttach ?? _isoAttach,
addressAttach: addressAttach ?? _addressAttach,
msmeAttach: msmeAttach ?? _msmeAttach,
societyName: societyName ?? _societyName,
address: address ?? _address,
plotArea: plotArea ?? _plotArea,
existingUnit: existingUnit ?? _existingUnit,
requirements: requirements ?? _requirements,
roadWidth: roadWidth ?? _roadWidth,
memberConfirmation: memberConfirmation ?? _memberConfirmation,
otherConfirmation: otherConfirmation ?? _otherConfirmation,
proposeLandType: proposeLandType ?? _proposeLandType,
attachment: attachment ?? _attachment,
landType: landType ?? _landType,
locationUrl: locationUrl ?? _locationUrl,
nonAgriculture: nonAgriculture ?? _nonAgriculture,
zone: zone ?? _zone,
otherAttachment: otherAttachment ?? _otherAttachment,
agreeTandc: agreeTandc ?? _agreeTandc,
followUpHistory: followUpHistory ?? _followUpHistory,
feedbackFound: feedbackFound ?? _feedbackFound,
remarks: remarks ?? _remarks,
lostReason: lostReason ?? _lostReason,
unitNo: unitNo ?? _unitNo,
);