copyWithWrapped method

WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank copyWithWrapped({
  1. Wrapped<String?>? inventoryRankId,
  2. Wrapped<String?>? inventoryTypeId,
  3. Wrapped<String?>? inventoryType,
  4. Wrapped<String?>? warehouseId,
  5. Wrapped<String?>? warehouseCode,
  6. Wrapped<String?>? warehouse,
  7. Wrapped<String?>? type,
  8. Wrapped<String?>? typeDisplay,
  9. Wrapped<double?>? aFromValue,
  10. Wrapped<double?>? aToValue,
  11. Wrapped<double?>? bFromValue,
  12. Wrapped<double?>? bToValue,
  13. Wrapped<double?>? cFromValue,
  14. Wrapped<double?>? cToValue,
  15. Wrapped<double?>? dFromValue,
  16. Wrapped<double?>? dToValue,
  17. Wrapped<double?>? eFromValue,
  18. Wrapped<double?>? eToValue,
  19. Wrapped<double?>? fFromValue,
  20. Wrapped<double?>? fToValue,
  21. Wrapped<double?>? gFromValue,
  22. Wrapped<double?>? gToValue,
  23. Wrapped<String?>? rankUpdated,
  24. Wrapped<String?>? usersId,
  25. Wrapped<String?>? dateStamp,
  26. Wrapped<String?>? auditNote,
  27. Wrapped<String?>? recordTitle,
  28. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  29. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  30. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  31. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
})

Implementation

WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank
    copyWithWrapped(
        {Wrapped<String?>? inventoryRankId,
        Wrapped<String?>? inventoryTypeId,
        Wrapped<String?>? inventoryType,
        Wrapped<String?>? warehouseId,
        Wrapped<String?>? warehouseCode,
        Wrapped<String?>? warehouse,
        Wrapped<String?>? type,
        Wrapped<String?>? typeDisplay,
        Wrapped<double?>? aFromValue,
        Wrapped<double?>? aToValue,
        Wrapped<double?>? bFromValue,
        Wrapped<double?>? bToValue,
        Wrapped<double?>? cFromValue,
        Wrapped<double?>? cToValue,
        Wrapped<double?>? dFromValue,
        Wrapped<double?>? dToValue,
        Wrapped<double?>? eFromValue,
        Wrapped<double?>? eToValue,
        Wrapped<double?>? fFromValue,
        Wrapped<double?>? fToValue,
        Wrapped<double?>? gFromValue,
        Wrapped<double?>? gToValue,
        Wrapped<String?>? rankUpdated,
        Wrapped<String?>? usersId,
        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 WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank(
      inventoryRankId: (inventoryRankId != null
          ? inventoryRankId.value
          : this.inventoryRankId),
      inventoryTypeId: (inventoryTypeId != null
          ? inventoryTypeId.value
          : this.inventoryTypeId),
      inventoryType:
          (inventoryType != null ? inventoryType.value : this.inventoryType),
      warehouseId:
          (warehouseId != null ? warehouseId.value : this.warehouseId),
      warehouseCode:
          (warehouseCode != null ? warehouseCode.value : this.warehouseCode),
      warehouse: (warehouse != null ? warehouse.value : this.warehouse),
      type: (type != null ? type.value : this.type),
      typeDisplay:
          (typeDisplay != null ? typeDisplay.value : this.typeDisplay),
      aFromValue: (aFromValue != null ? aFromValue.value : this.aFromValue),
      aToValue: (aToValue != null ? aToValue.value : this.aToValue),
      bFromValue: (bFromValue != null ? bFromValue.value : this.bFromValue),
      bToValue: (bToValue != null ? bToValue.value : this.bToValue),
      cFromValue: (cFromValue != null ? cFromValue.value : this.cFromValue),
      cToValue: (cToValue != null ? cToValue.value : this.cToValue),
      dFromValue: (dFromValue != null ? dFromValue.value : this.dFromValue),
      dToValue: (dToValue != null ? dToValue.value : this.dToValue),
      eFromValue: (eFromValue != null ? eFromValue.value : this.eFromValue),
      eToValue: (eToValue != null ? eToValue.value : this.eToValue),
      fFromValue: (fFromValue != null ? fFromValue.value : this.fFromValue),
      fToValue: (fToValue != null ? fToValue.value : this.fToValue),
      gFromValue: (gFromValue != null ? gFromValue.value : this.gFromValue),
      gToValue: (gToValue != null ? gToValue.value : this.gToValue),
      rankUpdated:
          (rankUpdated != null ? rankUpdated.value : this.rankUpdated),
      usersId: (usersId != null ? usersId.value : this.usersId),
      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));
}