copyWithWrapped method

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantity copyWithWrapped({
  1. Wrapped<int?>? physicalInventoryItemId,
  2. Wrapped<String?>? inventoryId,
  3. Wrapped<String?>? inventoryType,
  4. Wrapped<String?>? category,
  5. Wrapped<String?>? iCode,
  6. Wrapped<String?>? description,
  7. Wrapped<String?>? aisleLocation,
  8. Wrapped<String?>? shelfLocation,
  9. Wrapped<String?>? categoryId,
  10. Wrapped<double?>? categoryOrderBy,
  11. Wrapped<int?>? inventoryTypeOrderBy,
  12. Wrapped<String?>? inventoryTypeId,
  13. Wrapped<String?>? unitId,
  14. Wrapped<String?>? weightUnitId,
  15. Wrapped<String?>? lengthUnitId,
  16. Wrapped<int?>? sessionQuantity,
  17. Wrapped<int?>? quantity,
  18. Wrapped<int?>? currentQuantity,
  19. Wrapped<int?>? weight,
  20. Wrapped<int?>? length,
  21. Wrapped<String?>? unit,
  22. Wrapped<String?>? weightUnit,
  23. Wrapped<String?>? lengthUnit,
  24. Wrapped<String?>? currentSpaceId,
  25. Wrapped<String?>? currentSpace,
  26. Wrapped<bool?>? isRecount,
  27. Wrapped<String?>? consignorId,
  28. Wrapped<String?>? consignor,
  29. Wrapped<String?>? physicalInventoryId,
  30. Wrapped<String?>? auditNote,
  31. Wrapped<String?>? recordTitle,
  32. Wrapped? urlIdentifier,
  33. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  34. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  35. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  36. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  37. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  38. Wrapped<bool?>? hasImport,
  39. Wrapped<bool?>? hasDocuments,
  40. Wrapped<String?>? createdByUserId,
  41. Wrapped<String?>? createdByUserName,
  42. Wrapped<String?>? createdDateTime,
  43. Wrapped<String?>? modifiedByUserId,
  44. Wrapped<String?>? modifiedByUserName,
  45. Wrapped<String?>? modifiedDateTime,
})

Implementation

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantity
copyWithWrapped({
  Wrapped<int?>? physicalInventoryItemId,
  Wrapped<String?>? inventoryId,
  Wrapped<String?>? inventoryType,
  Wrapped<String?>? category,
  Wrapped<String?>? iCode,
  Wrapped<String?>? description,
  Wrapped<String?>? aisleLocation,
  Wrapped<String?>? shelfLocation,
  Wrapped<String?>? categoryId,
  Wrapped<double?>? categoryOrderBy,
  Wrapped<int?>? inventoryTypeOrderBy,
  Wrapped<String?>? inventoryTypeId,
  Wrapped<String?>? unitId,
  Wrapped<String?>? weightUnitId,
  Wrapped<String?>? lengthUnitId,
  Wrapped<int?>? sessionQuantity,
  Wrapped<int?>? quantity,
  Wrapped<int?>? currentQuantity,
  Wrapped<int?>? weight,
  Wrapped<int?>? length,
  Wrapped<String?>? unit,
  Wrapped<String?>? weightUnit,
  Wrapped<String?>? lengthUnit,
  Wrapped<String?>? currentSpaceId,
  Wrapped<String?>? currentSpace,
  Wrapped<bool?>? isRecount,
  Wrapped<String?>? consignorId,
  Wrapped<String?>? consignor,
  Wrapped<String?>? physicalInventoryId,
  Wrapped<String?>? auditNote,
  Wrapped<String?>? recordTitle,
  Wrapped<dynamic>? urlIdentifier,
  Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
  fields,
  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 WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantity(
    physicalInventoryItemId: (physicalInventoryItemId != null
        ? physicalInventoryItemId.value
        : this.physicalInventoryItemId),
    inventoryId: (inventoryId != null ? inventoryId.value : this.inventoryId),
    inventoryType: (inventoryType != null
        ? inventoryType.value
        : this.inventoryType),
    category: (category != null ? category.value : this.category),
    iCode: (iCode != null ? iCode.value : this.iCode),
    description: (description != null ? description.value : this.description),
    aisleLocation: (aisleLocation != null
        ? aisleLocation.value
        : this.aisleLocation),
    shelfLocation: (shelfLocation != null
        ? shelfLocation.value
        : this.shelfLocation),
    categoryId: (categoryId != null ? categoryId.value : this.categoryId),
    categoryOrderBy: (categoryOrderBy != null
        ? categoryOrderBy.value
        : this.categoryOrderBy),
    inventoryTypeOrderBy: (inventoryTypeOrderBy != null
        ? inventoryTypeOrderBy.value
        : this.inventoryTypeOrderBy),
    inventoryTypeId: (inventoryTypeId != null
        ? inventoryTypeId.value
        : this.inventoryTypeId),
    unitId: (unitId != null ? unitId.value : this.unitId),
    weightUnitId: (weightUnitId != null
        ? weightUnitId.value
        : this.weightUnitId),
    lengthUnitId: (lengthUnitId != null
        ? lengthUnitId.value
        : this.lengthUnitId),
    sessionQuantity: (sessionQuantity != null
        ? sessionQuantity.value
        : this.sessionQuantity),
    quantity: (quantity != null ? quantity.value : this.quantity),
    currentQuantity: (currentQuantity != null
        ? currentQuantity.value
        : this.currentQuantity),
    weight: (weight != null ? weight.value : this.weight),
    length: (length != null ? length.value : this.length),
    unit: (unit != null ? unit.value : this.unit),
    weightUnit: (weightUnit != null ? weightUnit.value : this.weightUnit),
    lengthUnit: (lengthUnit != null ? lengthUnit.value : this.lengthUnit),
    currentSpaceId: (currentSpaceId != null
        ? currentSpaceId.value
        : this.currentSpaceId),
    currentSpace: (currentSpace != null
        ? currentSpace.value
        : this.currentSpace),
    isRecount: (isRecount != null ? isRecount.value : this.isRecount),
    consignorId: (consignorId != null ? consignorId.value : this.consignorId),
    consignor: (consignor != null ? consignor.value : this.consignor),
    physicalInventoryId: (physicalInventoryId != null
        ? physicalInventoryId.value
        : this.physicalInventoryId),
    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),
    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),
  );
}