copyWith method
FwStandardModelsFwQueryResponseWebApiModulesHomeControlsInventorySubstituteInventorySubstituteLogic
copyWith({})
Implementation
FwStandardModelsFwQueryResponseWebApiModulesHomeControlsInventorySubstituteInventorySubstituteLogic
copyWith(
{List<WebApiModulesHomeControlsInventorySubstituteInventorySubstitute>?
items,
int? pageNo,
int? pageSize,
int? totalItems,
String? sort}) {
return FwStandardModelsFwQueryResponseWebApiModulesHomeControlsInventorySubstituteInventorySubstituteLogic(
items: items ?? this.items,
pageNo: pageNo ?? this.pageNo,
pageSize: pageSize ?? this.pageSize,
totalItems: totalItems ?? this.totalItems,
sort: sort ?? this.sort);
}