split struct
This commit is contained in:
@@ -6,4 +6,5 @@ class PrintStruckEvent with _$PrintStruckEvent {
|
||||
const factory PrintStruckEvent.cashier(Order order) = _Cashier;
|
||||
const factory PrintStruckEvent.payment(Order order) = _Payment;
|
||||
const factory PrintStruckEvent.voided(Order order) = _Voided;
|
||||
const factory PrintStruckEvent.splitBill(Order order) = _SplitBill;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user