copyWith method
Implementation
WebApiModulesWarehousePickListUtilityItemStartSessionRequest copyWith({
String? orderId,
}) {
return WebApiModulesWarehousePickListUtilityItemStartSessionRequest(
orderId: orderId ?? this.orderId,
);
}
WebApiModulesWarehousePickListUtilityItemStartSessionRequest copyWith({
String? orderId,
}) {
return WebApiModulesWarehousePickListUtilityItemStartSessionRequest(
orderId: orderId ?? this.orderId,
);
}