copyWithWrapped method

WebApiModulesReportsPropsWardrobeReportsItemsPurchasedByDealReportItemsPurchasedByDealReportRequest copyWithWrapped({
  1. Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? reportType,
  2. Wrapped<List<FwStandardModelsCheckBoxListItem>?>? trackedBy,
  3. Wrapped<double?>? costRangeFrom,
  4. Wrapped<double?>? costRangeTo,
  5. Wrapped<List<FwStandardModelsCheckBoxListItem>?>? sortBy,
  6. Wrapped<String?>? departmentId,
  7. Wrapped<String?>? warehouseId,
  8. Wrapped<String?>? originalShowId,
  9. Wrapped<String?>? inventoryTypeId,
  10. Wrapped<String?>? categoryId,
  11. Wrapped<String?>? subCategoryId,
  12. Wrapped<String?>? inventoryId,
  13. Wrapped<String?>? inventoryStatusId,
  14. Wrapped<bool?>? showImages,
  15. Wrapped<String?>? userDepartmentId,
  16. Wrapped<String?>? userLocationId,
  17. Wrapped<String?>? userWarehouseId,
  18. Wrapped<String?>? customReportLayoutId,
  19. Wrapped<bool?>? isSummary,
  20. Wrapped<bool?>? includeSubHeadingsAndSubTotals,
  21. Wrapped<bool?>? includeIdColumns,
  22. Wrapped<String?>? locale,
  23. Wrapped<List<FwStandardModelsCheckBoxListItem>?>? excelfields,
  24. Wrapped<String?>? reportName,
  25. Wrapped<bool?>? useEmailTemplate,
})

Implementation

WebApiModulesReportsPropsWardrobeReportsItemsPurchasedByDealReportItemsPurchasedByDealReportRequest
    copyWithWrapped(
        {Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? reportType,
        Wrapped<List<FwStandardModelsCheckBoxListItem>?>? trackedBy,
        Wrapped<double?>? costRangeFrom,
        Wrapped<double?>? costRangeTo,
        Wrapped<List<FwStandardModelsCheckBoxListItem>?>? sortBy,
        Wrapped<String?>? departmentId,
        Wrapped<String?>? warehouseId,
        Wrapped<String?>? originalShowId,
        Wrapped<String?>? inventoryTypeId,
        Wrapped<String?>? categoryId,
        Wrapped<String?>? subCategoryId,
        Wrapped<String?>? inventoryId,
        Wrapped<String?>? inventoryStatusId,
        Wrapped<bool?>? showImages,
        Wrapped<String?>? userDepartmentId,
        Wrapped<String?>? userLocationId,
        Wrapped<String?>? userWarehouseId,
        Wrapped<String?>? customReportLayoutId,
        Wrapped<bool?>? isSummary,
        Wrapped<bool?>? includeSubHeadingsAndSubTotals,
        Wrapped<bool?>? includeIdColumns,
        Wrapped<String?>? locale,
        Wrapped<List<FwStandardModelsCheckBoxListItem>?>? excelfields,
        Wrapped<String?>? reportName,
        Wrapped<bool?>? useEmailTemplate}) {
  return WebApiModulesReportsPropsWardrobeReportsItemsPurchasedByDealReportItemsPurchasedByDealReportRequest(
      reportType: (reportType != null ? reportType.value : this.reportType),
      trackedBy: (trackedBy != null ? trackedBy.value : this.trackedBy),
      costRangeFrom:
          (costRangeFrom != null ? costRangeFrom.value : this.costRangeFrom),
      costRangeTo:
          (costRangeTo != null ? costRangeTo.value : this.costRangeTo),
      sortBy: (sortBy != null ? sortBy.value : this.sortBy),
      departmentId:
          (departmentId != null ? departmentId.value : this.departmentId),
      warehouseId:
          (warehouseId != null ? warehouseId.value : this.warehouseId),
      originalShowId: (originalShowId != null
          ? originalShowId.value
          : this.originalShowId),
      inventoryTypeId: (inventoryTypeId != null
          ? inventoryTypeId.value
          : this.inventoryTypeId),
      categoryId: (categoryId != null ? categoryId.value : this.categoryId),
      subCategoryId:
          (subCategoryId != null ? subCategoryId.value : this.subCategoryId),
      inventoryId:
          (inventoryId != null ? inventoryId.value : this.inventoryId),
      inventoryStatusId: (inventoryStatusId != null
          ? inventoryStatusId.value
          : this.inventoryStatusId),
      showImages: (showImages != null ? showImages.value : this.showImages),
      userDepartmentId: (userDepartmentId != null
          ? userDepartmentId.value
          : this.userDepartmentId),
      userLocationId: (userLocationId != null
          ? userLocationId.value
          : this.userLocationId),
      userWarehouseId: (userWarehouseId != null
          ? userWarehouseId.value
          : this.userWarehouseId),
      customReportLayoutId: (customReportLayoutId != null
          ? customReportLayoutId.value
          : this.customReportLayoutId),
      isSummary: (isSummary != null ? isSummary.value : this.isSummary),
      includeSubHeadingsAndSubTotals: (includeSubHeadingsAndSubTotals != null
          ? includeSubHeadingsAndSubTotals.value
          : this.includeSubHeadingsAndSubTotals),
      includeIdColumns: (includeIdColumns != null
          ? includeIdColumns.value
          : this.includeIdColumns),
      locale: (locale != null ? locale.value : this.locale),
      excelfields:
          (excelfields != null ? excelfields.value : this.excelfields),
      reportName: (reportName != null ? reportName.value : this.reportName),
      useEmailTemplate: (useEmailTemplate != null
          ? useEmailTemplate.value
          : this.useEmailTemplate));
}