copyWith method
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemRequest
copyWith({String? physicalInventoryId, int? physicalInventoryItemId}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemRequest(
physicalInventoryId: physicalInventoryId ?? this.physicalInventoryId,
physicalInventoryItemId:
physicalInventoryItemId ?? this.physicalInventoryItemId);
}