print bill
This commit is contained in:
@@ -3,5 +3,5 @@ part of 'print_struck_bloc.dart';
|
||||
@freezed
|
||||
class PrintStruckEvent with _$PrintStruckEvent {
|
||||
const factory PrintStruckEvent.order(Order order) = _Order;
|
||||
const factory PrintStruckEvent.saveOrder(Order order) = _SaveOrder;
|
||||
const factory PrintStruckEvent.receipt(Order order) = _Receipt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user