copyWithWrapped method

WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest copyWithWrapped({
  1. Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? repairOrderStatus,
  2. Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? priority,
  3. Wrapped<bool?>? billable,
  4. Wrapped<bool?>? billed,
  5. Wrapped<bool?>? owned,
  6. Wrapped<int?>? daysInRepair,
  7. Wrapped<String?>? daysInRepairFilterMode,
  8. Wrapped<bool?>? includeOutsideRepairsOnly,
  9. Wrapped<bool?>? includeDamageNotes,
  10. Wrapped<bool?>? includeCorrectionNotes,
  11. Wrapped<String?>? warehouseId,
  12. Wrapped<String?>? departmentId,
  13. Wrapped<String?>? inventoryTypeId,
  14. Wrapped<String?>? categoryId,
  15. Wrapped<String?>? subCategoryId,
  16. Wrapped<String?>? inventoryId,
  17. Wrapped<String?>? repairItemStatusId,
  18. Wrapped<String?>? vendorId,
  19. Wrapped<String?>? vendorRepairItemStatusId,
  20. Wrapped<String?>? dealId,
  21. Wrapped<String?>? userDepartmentId,
  22. Wrapped<String?>? userLocationId,
  23. Wrapped<String?>? userWarehouseId,
  24. Wrapped<String?>? customReportLayoutId,
  25. Wrapped<bool?>? isSummary,
  26. Wrapped<bool?>? includeSubHeadingsAndSubTotals,
  27. Wrapped<bool?>? includeIdColumns,
  28. Wrapped<String?>? locale,
  29. Wrapped<List<FwStandardModelsCheckBoxListItem>?>? excelfields,
  30. Wrapped<String?>? reportName,
  31. Wrapped<bool?>? useEmailTemplate,
})

Implementation

WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest
copyWithWrapped({
  Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? repairOrderStatus,
  Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? priority,
  Wrapped<bool?>? billable,
  Wrapped<bool?>? billed,
  Wrapped<bool?>? owned,
  Wrapped<int?>? daysInRepair,
  Wrapped<String?>? daysInRepairFilterMode,
  Wrapped<bool?>? includeOutsideRepairsOnly,
  Wrapped<bool?>? includeDamageNotes,
  Wrapped<bool?>? includeCorrectionNotes,
  Wrapped<String?>? warehouseId,
  Wrapped<String?>? departmentId,
  Wrapped<String?>? inventoryTypeId,
  Wrapped<String?>? categoryId,
  Wrapped<String?>? subCategoryId,
  Wrapped<String?>? inventoryId,
  Wrapped<String?>? repairItemStatusId,
  Wrapped<String?>? vendorId,
  Wrapped<String?>? vendorRepairItemStatusId,
  Wrapped<String?>? dealId,
  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 WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest(
    repairOrderStatus: (repairOrderStatus != null
        ? repairOrderStatus.value
        : this.repairOrderStatus),
    priority: (priority != null ? priority.value : this.priority),
    billable: (billable != null ? billable.value : this.billable),
    billed: (billed != null ? billed.value : this.billed),
    owned: (owned != null ? owned.value : this.owned),
    daysInRepair: (daysInRepair != null
        ? daysInRepair.value
        : this.daysInRepair),
    daysInRepairFilterMode: (daysInRepairFilterMode != null
        ? daysInRepairFilterMode.value
        : this.daysInRepairFilterMode),
    includeOutsideRepairsOnly: (includeOutsideRepairsOnly != null
        ? includeOutsideRepairsOnly.value
        : this.includeOutsideRepairsOnly),
    includeDamageNotes: (includeDamageNotes != null
        ? includeDamageNotes.value
        : this.includeDamageNotes),
    includeCorrectionNotes: (includeCorrectionNotes != null
        ? includeCorrectionNotes.value
        : this.includeCorrectionNotes),
    warehouseId: (warehouseId != null ? warehouseId.value : this.warehouseId),
    departmentId: (departmentId != null
        ? departmentId.value
        : this.departmentId),
    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),
    repairItemStatusId: (repairItemStatusId != null
        ? repairItemStatusId.value
        : this.repairItemStatusId),
    vendorId: (vendorId != null ? vendorId.value : this.vendorId),
    vendorRepairItemStatusId: (vendorRepairItemStatusId != null
        ? vendorRepairItemStatusId.value
        : this.vendorRepairItemStatusId),
    dealId: (dealId != null ? dealId.value : this.dealId),
    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),
  );
}