copyWithWrapped method
FwStandardModelsFwQueryResponseWebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventoryLogic
copyWithWrapped({})
Implementation
FwStandardModelsFwQueryResponseWebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventoryLogic
copyWithWrapped(
{Wrapped<
List<
WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory>?>?
items,
Wrapped<int?>? pageNo,
Wrapped<int?>? pageSize,
Wrapped<int?>? totalItems,
Wrapped<String?>? sort}) {
return FwStandardModelsFwQueryResponseWebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventoryLogic(
items: (items != null ? items.value : this.items),
pageNo: (pageNo != null ? pageNo.value : this.pageNo),
pageSize: (pageSize != null ? pageSize.value : this.pageSize),
totalItems: (totalItems != null ? totalItems.value : this.totalItems),
sort: (sort != null ? sort.value : this.sort));
}