copyWith method
Implementation
WebApiModulesInventoryInventoryReceiptUnassignItemsRequest copyWith({
List<WebApiModulesInventoryInventoryReceiptUnassignItem>? items,
}) {
return WebApiModulesInventoryInventoryReceiptUnassignItemsRequest(
items: items ?? this.items,
);
}