copyWith method
Implementation
WebApiModulesHomeControlsInventoryContainerItemSortContainerItemsRequest
copyWith({int? startAtIndex, List<String>? containerItemIds}) {
return WebApiModulesHomeControlsInventoryContainerItemSortContainerItemsRequest(
startAtIndex: startAtIndex ?? this.startAtIndex,
containerItemIds: containerItemIds ?? this.containerItemIds);
}