copyWithWrapped method

WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory copyWithWrapped({
  1. Wrapped<bool?>? deletingWarehouseSpecific,
  2. Wrapped<String?>? inventoryPackageInventoryId,
  3. Wrapped<String?>? packageId,
  4. Wrapped<String?>? inventoryId,
  5. Wrapped<String?>? iCode,
  6. Wrapped<String?>? iCodeColor,
  7. Wrapped<String?>? lineColor,
  8. Wrapped<String?>? description,
  9. Wrapped<bool?>? isPrimary,
  10. Wrapped<double?>? defaultQuantity,
  11. Wrapped<bool?>? isOption,
  12. Wrapped<bool?>? charge,
  13. Wrapped<bool?>? noChargePrint,
  14. Wrapped<bool?>? isRequired,
  15. Wrapped<String?>? optionColor,
  16. Wrapped<String?>? itemClass,
  17. Wrapped<String?>? itemTrackedBy,
  18. Wrapped<String?>? availFor,
  19. Wrapped<String?>? availFrom,
  20. Wrapped<double?>? categoryOrderBy,
  21. Wrapped<int?>? orderBy,
  22. Wrapped<int?>? itemColor,
  23. Wrapped<bool?>? isNestedComplete,
  24. Wrapped<bool?>? inactive,
  25. Wrapped<String?>? warehouseId,
  26. Wrapped<String?>? parentId,
  27. Wrapped<String?>? packageItemClass,
  28. Wrapped<bool?>? itemNonDiscountable,
  29. Wrapped<String?>? primaryInventoryId,
  30. Wrapped<String?>? unitId,
  31. Wrapped<double?>? dailyRate,
  32. Wrapped<double?>? weeklyRate,
  33. Wrapped<double?>? monthlyRate,
  34. Wrapped<double?>? dailyExtended,
  35. Wrapped<double?>? weeklyExtended,
  36. Wrapped<double?>? monthlyExtended,
  37. Wrapped<double?>? price,
  38. Wrapped<double?>? retail,
  39. Wrapped<String?>? currencyId,
  40. Wrapped<String?>? currencyCode,
  41. Wrapped<String?>? currencySymbol,
  42. Wrapped<String?>? dateStamp,
  43. Wrapped<String?>? auditNote,
  44. Wrapped<String?>? recordTitle,
  45. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  46. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  47. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  48. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
})

Implementation

WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory
    copyWithWrapped(
        {Wrapped<bool?>? deletingWarehouseSpecific,
        Wrapped<String?>? inventoryPackageInventoryId,
        Wrapped<String?>? packageId,
        Wrapped<String?>? inventoryId,
        Wrapped<String?>? iCode,
        Wrapped<String?>? iCodeColor,
        Wrapped<String?>? lineColor,
        Wrapped<String?>? description,
        Wrapped<bool?>? isPrimary,
        Wrapped<double?>? defaultQuantity,
        Wrapped<bool?>? isOption,
        Wrapped<bool?>? charge,
        Wrapped<bool?>? noChargePrint,
        Wrapped<bool?>? isRequired,
        Wrapped<String?>? optionColor,
        Wrapped<String?>? itemClass,
        Wrapped<String?>? itemTrackedBy,
        Wrapped<String?>? availFor,
        Wrapped<String?>? availFrom,
        Wrapped<double?>? categoryOrderBy,
        Wrapped<int?>? orderBy,
        Wrapped<int?>? itemColor,
        Wrapped<bool?>? isNestedComplete,
        Wrapped<bool?>? inactive,
        Wrapped<String?>? warehouseId,
        Wrapped<String?>? parentId,
        Wrapped<String?>? packageItemClass,
        Wrapped<bool?>? itemNonDiscountable,
        Wrapped<String?>? primaryInventoryId,
        Wrapped<String?>? unitId,
        Wrapped<double?>? dailyRate,
        Wrapped<double?>? weeklyRate,
        Wrapped<double?>? monthlyRate,
        Wrapped<double?>? dailyExtended,
        Wrapped<double?>? weeklyExtended,
        Wrapped<double?>? monthlyExtended,
        Wrapped<double?>? price,
        Wrapped<double?>? retail,
        Wrapped<String?>? currencyId,
        Wrapped<String?>? currencyCode,
        Wrapped<String?>? currencySymbol,
        Wrapped<String?>? dateStamp,
        Wrapped<String?>? auditNote,
        Wrapped<String?>? recordTitle,
        Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
            fields,
        Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
        Wrapped<List<FwStandardDataFwDefaultAttribute>?>?
            defaultFieldAttributes,
        Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
  return WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory(
      deletingWarehouseSpecific: (deletingWarehouseSpecific != null
          ? deletingWarehouseSpecific.value
          : this.deletingWarehouseSpecific),
      inventoryPackageInventoryId: (inventoryPackageInventoryId != null
          ? inventoryPackageInventoryId.value
          : this.inventoryPackageInventoryId),
      packageId: (packageId != null ? packageId.value : this.packageId),
      inventoryId:
          (inventoryId != null ? inventoryId.value : this.inventoryId),
      iCode: (iCode != null ? iCode.value : this.iCode),
      iCodeColor: (iCodeColor != null ? iCodeColor.value : this.iCodeColor),
      lineColor: (lineColor != null ? lineColor.value : this.lineColor),
      description:
          (description != null ? description.value : this.description),
      isPrimary: (isPrimary != null ? isPrimary.value : this.isPrimary),
      defaultQuantity: (defaultQuantity != null
          ? defaultQuantity.value
          : this.defaultQuantity),
      isOption: (isOption != null ? isOption.value : this.isOption),
      charge: (charge != null ? charge.value : this.charge),
      noChargePrint:
          (noChargePrint != null ? noChargePrint.value : this.noChargePrint),
      isRequired: (isRequired != null ? isRequired.value : this.isRequired),
      optionColor:
          (optionColor != null ? optionColor.value : this.optionColor),
      itemClass: (itemClass != null ? itemClass.value : this.itemClass),
      itemTrackedBy:
          (itemTrackedBy != null ? itemTrackedBy.value : this.itemTrackedBy),
      availFor: (availFor != null ? availFor.value : this.availFor),
      availFrom: (availFrom != null ? availFrom.value : this.availFrom),
      categoryOrderBy: (categoryOrderBy != null
          ? categoryOrderBy.value
          : this.categoryOrderBy),
      orderBy: (orderBy != null ? orderBy.value : this.orderBy),
      itemColor: (itemColor != null ? itemColor.value : this.itemColor),
      isNestedComplete: (isNestedComplete != null
          ? isNestedComplete.value
          : this.isNestedComplete),
      inactive: (inactive != null ? inactive.value : this.inactive),
      warehouseId:
          (warehouseId != null ? warehouseId.value : this.warehouseId),
      parentId: (parentId != null ? parentId.value : this.parentId),
      packageItemClass: (packageItemClass != null
          ? packageItemClass.value
          : this.packageItemClass),
      itemNonDiscountable: (itemNonDiscountable != null
          ? itemNonDiscountable.value
          : this.itemNonDiscountable),
      primaryInventoryId: (primaryInventoryId != null
          ? primaryInventoryId.value
          : this.primaryInventoryId),
      unitId: (unitId != null ? unitId.value : this.unitId),
      dailyRate: (dailyRate != null ? dailyRate.value : this.dailyRate),
      weeklyRate: (weeklyRate != null ? weeklyRate.value : this.weeklyRate),
      monthlyRate:
          (monthlyRate != null ? monthlyRate.value : this.monthlyRate),
      dailyExtended:
          (dailyExtended != null ? dailyExtended.value : this.dailyExtended),
      weeklyExtended: (weeklyExtended != null
          ? weeklyExtended.value
          : this.weeklyExtended),
      monthlyExtended: (monthlyExtended != null
          ? monthlyExtended.value
          : this.monthlyExtended),
      price: (price != null ? price.value : this.price),
      retail: (retail != null ? retail.value : this.retail),
      currencyId: (currencyId != null ? currencyId.value : this.currencyId),
      currencyCode:
          (currencyCode != null ? currencyCode.value : this.currencyCode),
      currencySymbol: (currencySymbol != null
          ? currencySymbol.value
          : this.currencySymbol),
      dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
      auditNote: (auditNote != null ? auditNote.value : this.auditNote),
      recordTitle:
          (recordTitle != null ? recordTitle.value : this.recordTitle),
      fields: (fields != null ? fields.value : this.fields),
      custom: (custom != null ? custom.value : this.custom),
      defaultFieldAttributes: (defaultFieldAttributes != null
          ? defaultFieldAttributes.value
          : this.defaultFieldAttributes),
      translation:
          (translation != null ? translation.value : this.translation));
}