print order
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user