copyWith method

ProjectList copyWith({
  1. ShareUrl? shareUrl,
  2. num? projectId,
  3. String? projectName,
  4. String? slug,
  5. String? projectTitle,
  6. String? masterUserName,
  7. String? projectTitleSmall,
  8. String? projectContactNo,
  9. String? projectType,
  10. String? otherSpacesName,
  11. String? location,
  12. String? minPrice,
  13. String? minPriceNumber,
  14. String? minPriceType,
  15. String? maxPrice,
  16. String? sqftMinArea,
  17. String? sqftMaxArea,
  18. String? sizePrice,
  19. String? availableUnit,
  20. String? noOfUnit,
  21. String? sqftType,
  22. String? reraNumber,
  23. String? image,
  24. String? imageFull,
  25. BannerList? bannerList,
  26. String? pageTitle,
  27. String? locationTitle,
  28. String? locationTagLine,
  29. String? pageDescription,
  30. String? pageKeywords,
  31. String? pageImage,
  32. String? pageImageUpload,
  33. String? pageImageFull,
  34. int? isFavoriteMark,
  35. String? overviewTitle,
  36. String? description,
  37. String? descriptionPain,
  38. String? bigText,
  39. String? bigTextPain,
  40. String? summary,
  41. String? amenitiesDescription,
  42. String? amenitiesTitle,
  43. String? amenitiesTagline,
  44. String? amenitiesImage,
  45. dynamic whatsappLink,
  46. dynamic whatsappDescription,
  47. String? otherProjectId,
  48. String? mapSlug,
  49. String? mapIframe,
  50. String? mapSortDescription,
  51. String? mapImage,
  52. String? mapImageFull,
  53. String? locationCount,
  54. String? projectLogoFull,
  55. String? inquiryImage,
  56. String? inquiryImageFull,
  57. String? locationDescription,
  58. String? addressDescription,
  59. num? sort,
  60. num? isActive,
  61. String? createdAt,
  62. bool isBookmark = false,
  63. String? createdTime,
  64. String? updatedAt,
  65. String? updatedTime,
  66. String? downloadTitle,
  67. String? downloadTagLine,
  68. String? highlightsName,
  69. String? highlightsTagLine,
  70. String? highlightsDescription,
  71. List<OtherProjects>? otherProjects,
  72. List<InquiryTypes>? inquiryTypes,
  73. String? projectCategoryId,
  74. String? categoryId,
  75. String? category,
  76. Construction? construction,
  77. ConstructionData2? constructionData2,
  78. String? projectStatusId,
  79. String? statusId,
  80. String? status,
  81. List<DocumentOtherData>? documentOtherData,
  82. List<GalleryData>? galleryData,
  83. List<VirtualData>? virtualData,
  84. List<AmenitiesData>? amenitiesData,
  85. List<num>? amenitiesArray,
  86. List<Highlights>? highlights,
  87. List<AmenitiesImages>? amenitiesImages,
  88. BannerData? bannerData,
  89. num? totalInquiries,
  90. List<CampaignArray>? campaignArray,
  91. List<String>? imageList,
})

Implementation

ProjectList copyWith({  ShareUrl? shareUrl,
  num? projectId,
  String? projectName,
  String? slug,
  String? projectTitle,
  String? masterUserName,
  String? projectTitleSmall,
  String? projectContactNo,
  String? projectType,
  String? otherSpacesName,
  String? location,
  String? minPrice,
  String? minPriceNumber,
  String? minPriceType,
  String? maxPrice,
  String? sqftMinArea,
  String? sqftMaxArea,
  String? sizePrice,
  String? availableUnit,
  String? noOfUnit,
  String? sqftType,
  String? reraNumber,
  String? image,
  String? imageFull,
  BannerList? bannerList,
  String? pageTitle,
  String? locationTitle,
  String? locationTagLine,
  String? pageDescription,
  String? pageKeywords,
  String? pageImage,
  String? pageImageUpload,
  String? pageImageFull,
  int? isFavoriteMark,
  String? overviewTitle,
  String? description,
  String? descriptionPain,
  String? bigText,
  String? bigTextPain,
  String? summary,
  String? amenitiesDescription,
  String? amenitiesTitle,
  String? amenitiesTagline,
  String? amenitiesImage,
  dynamic whatsappLink,
  dynamic whatsappDescription,
  String? otherProjectId,
  String? mapSlug,
  String? mapIframe,
  String? mapSortDescription,
  String? mapImage,
  String? mapImageFull,
  String? locationCount,
  String? projectLogo,
  String? projectLogoFull,
  String? inquiryImage,
  String? inquiryImageFull,
  String? locationDescription,
  String? addressDescription,
  num? sort,
  num? isActive,
  String? createdAt,
  bool isBookmark = false,
  String? createdTime,
  String? updatedAt,
  String? updatedTime,
  String? downloadTitle,
  String? downloadTagLine,
  String? highlightsName,
  String? highlightsTagLine,
  String? highlightsDescription,
  List<OtherProjects>? otherProjects,
  List<InquiryTypes>? inquiryTypes,
  String? projectCategoryId,
  String? categoryId,
  String? category,
  Construction? construction,
  ConstructionData2? constructionData2,
  String? projectStatusId,
  String? statusId,
  String? status,
  List<DocumentOtherData>? documentOtherData,
  List<GalleryData>? galleryData,
  List<VirtualData>? virtualData,
  List<AmenitiesData>? amenitiesData,
  List<num>? amenitiesArray,
  List<Highlights>? highlights,
  List<AmenitiesImages>? amenitiesImages,
  BannerData? bannerData,
  num? totalInquiries,
  List<CampaignArray>? campaignArray,
  List<String>? imageList,
}) => ProjectList(  shareUrl: shareUrl ?? _shareUrl,
  projectId: projectId ?? _projectId,
  projectName: projectName ?? _projectName,
  slug: slug ?? _slug,
  projectTitle: projectTitle ?? _projectTitle,
  masterUserName: masterUserName ?? _masterUserName,
  projectTitleSmall: projectTitleSmall ?? _projectTitleSmall,
  projectContactNo: projectContactNo ?? _projectContactNo,
  projectType: projectType ?? _projectType,
  otherSpacesName: otherSpacesName ?? _otherSpacesName,
  isFavoriteMark: isFavoriteMark ?? _isFavoriteMark,
  location: location ?? _location,
  minPrice: minPrice ?? _minPrice,
  minPriceNumber: minPriceNumber ?? _minPriceNumber,
  minPriceType: minPriceType ?? _minPriceType,
  maxPrice: maxPrice ?? _maxPrice,
  sqftMinArea: sqftMinArea ?? _sqftMinArea,
  sqftMaxArea: sqftMaxArea ?? _sqftMaxArea,
  sizePrice: sizePrice ?? _sizePrice,
  availableUnit: availableUnit ?? _availableUnit,
  noOfUnit: noOfUnit ?? _noOfUnit,
  sqftType: sqftType ?? _sqftType,
  reraNumber: reraNumber ?? _reraNumber,
  image: image ?? _image,
  imageFull: imageFull ?? _imageFull,
  bannerList: bannerList ?? _bannerList,
  pageTitle: pageTitle ?? _pageTitle,
  locationTitle: locationTitle ?? _locationTitle,
  locationTagLine: locationTagLine ?? _locationTagLine,
  pageDescription: pageDescription ?? _pageDescription,
  pageKeywords: pageKeywords ?? _pageKeywords,
  pageImage: pageImage ?? _pageImage,
  pageImageUpload: pageImageUpload ?? _pageImageUpload,
  pageImageFull: pageImageFull ?? _pageImageFull,
  overviewTitle: overviewTitle ?? _overviewTitle,
  description: description ?? _description,
  descriptionPain: descriptionPain ?? _descriptionPain,
  bigText: bigText ?? _bigText,
  bigTextPain: bigTextPain ?? _bigTextPain,
  summary: summary ?? _summary,
  amenitiesDescription: amenitiesDescription ?? _amenitiesDescription,
  amenitiesTitle: amenitiesTitle ?? _amenitiesTitle,
  amenitiesTagline: amenitiesTagline ?? _amenitiesTagline,
  amenitiesImage: amenitiesImage ?? _amenitiesImage,
  whatsappLink: whatsappLink ?? _whatsappLink,
  whatsappDescription: whatsappDescription ?? _whatsappDescription,
  otherProjectId: otherProjectId ?? _otherProjectId,
  mapSlug: mapSlug ?? _mapSlug,
  mapIframe: mapIframe ?? _mapIframe,
  mapSortDescription: mapSortDescription ?? _mapSortDescription,
  mapImage: mapImage ?? _mapImage,
  mapImageFull: mapImageFull ?? _mapImageFull,
  locationCount : locationCount ?? _locationCount,
  projectLogo: projectLogo ?? _projectLogo,
  projectLogoFull: projectLogoFull ?? _projectLogoFull,
  inquiryImage: inquiryImage ?? _inquiryImage,
  inquiryImageFull: inquiryImageFull ?? _inquiryImageFull,
  locationDescription: locationDescription ?? _locationDescription,
  addressDescription: addressDescription ?? _addressDescription,
  sort: sort ?? _sort,
  isActive: isActive ?? _isActive,
  createdAt: createdAt ?? _createdAt,
  isBookmark: isBookmark ?? _isBookmark,
  createdTime: createdTime ?? _createdTime,
  updatedAt: updatedAt ?? _updatedAt,
  updatedTime: updatedTime ?? _updatedTime,
  downloadTitle: downloadTitle ?? _downloadTitle,
  downloadTagLine: downloadTagLine ?? _downloadTagLine,
  highlightsName: highlightsName ?? _highlightsName,
  highlightsTagLine: highlightsTagLine ?? _highlightsTagLine,
  highlightsDescription: highlightsDescription ?? _highlightsDescription,
  otherProjects: otherProjects ?? _otherProjects,
  inquiryTypes: inquiryTypes ?? _inquiryTypes,
  projectCategoryId: projectCategoryId ?? _projectCategoryId,
  categoryId: categoryId ?? _categoryId,
  category: category ?? _category,
  construction: construction ?? _construction,
  constructionData2: constructionData2 ?? _constructionData2,
  projectStatusId: projectStatusId ?? _projectStatusId,
  statusId: statusId ?? _statusId,
  status: status ?? _status,
  documentOtherData: documentOtherData ?? _documentOtherData,
  galleryData: galleryData ?? _galleryData,
  virtualData: virtualData ?? _virtualData,
  amenitiesData: amenitiesData ?? _amenitiesData,
  amenitiesArray: amenitiesArray ?? _amenitiesArray,
  highlights: highlights ?? _highlights,
  amenitiesImages: amenitiesImages ?? _amenitiesImages,
  bannerData: bannerData ?? _bannerData,
  totalInquiries: totalInquiries ?? _totalInquiries,
  campaignArray: campaignArray ?? _campaignArray,
  imageList: imageList ?? _imageList,
);