factory CartEvent.replaceCart(List<LineItem> lineItems) { return CartEvent._(CartEventType.replace.name, lineItems); }