copyWith method

Implementation

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