copyWithWrapped method

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

Implementation

WebApiModulesInventoryInventoryPackageInventoryInventoryPackageInventory
copyWithWrapped({
  Wrapped<bool?>? deletingWarehouseSpecific,
  Wrapped<String?>? inventoryPackageInventoryId,
  Wrapped<String?>? packageId,
  Wrapped<String?>? packageICode,
  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<dynamic>? urlIdentifier,
  Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
  fields,
  Wrapped<String?>? pricingWarehouseId,
  Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  Wrapped<bool?>? hasImport,
  Wrapped<bool?>? hasDocuments,
  Wrapped<String?>? createdByUserId,
  Wrapped<String?>? createdByUserName,
  Wrapped<String?>? createdDateTime,
  Wrapped<String?>? modifiedByUserId,
  Wrapped<String?>? modifiedByUserName,
  Wrapped<String?>? modifiedDateTime,
}) {
  return WebApiModulesInventoryInventoryPackageInventoryInventoryPackageInventory(
    deletingWarehouseSpecific: (deletingWarehouseSpecific != null
        ? deletingWarehouseSpecific.value
        : this.deletingWarehouseSpecific),
    inventoryPackageInventoryId: (inventoryPackageInventoryId != null
        ? inventoryPackageInventoryId.value
        : this.inventoryPackageInventoryId),
    packageId: (packageId != null ? packageId.value : this.packageId),
    packageICode: (packageICode != null
        ? packageICode.value
        : this.packageICode),
    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),
    urlIdentifier: (urlIdentifier != null
        ? urlIdentifier.value
        : this.urlIdentifier),
    fields: (fields != null ? fields.value : this.fields),
    pricingWarehouseId: (pricingWarehouseId != null
        ? pricingWarehouseId.value
        : this.pricingWarehouseId),
    custom: (custom != null ? custom.value : this.custom),
    defaultFieldAttributes: (defaultFieldAttributes != null
        ? defaultFieldAttributes.value
        : this.defaultFieldAttributes),
    original: (original != null ? original.value : this.original),
    translation: (translation != null ? translation.value : this.translation),
    hasImport: (hasImport != null ? hasImport.value : this.hasImport),
    hasDocuments: (hasDocuments != null
        ? hasDocuments.value
        : this.hasDocuments),
    createdByUserId: (createdByUserId != null
        ? createdByUserId.value
        : this.createdByUserId),
    createdByUserName: (createdByUserName != null
        ? createdByUserName.value
        : this.createdByUserName),
    createdDateTime: (createdDateTime != null
        ? createdDateTime.value
        : this.createdDateTime),
    modifiedByUserId: (modifiedByUserId != null
        ? modifiedByUserId.value
        : this.modifiedByUserId),
    modifiedByUserName: (modifiedByUserName != null
        ? modifiedByUserName.value
        : this.modifiedByUserName),
    modifiedDateTime: (modifiedDateTime != null
        ? modifiedDateTime.value
        : this.modifiedDateTime),
  );
}