printer form, bluetooth
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
part of 'printer_bloc.dart';
|
||||
|
||||
@freezed
|
||||
class PrinterState with _$PrinterState {
|
||||
factory PrinterState({@Default(0) int index}) = _PrinterState;
|
||||
factory PrinterState.initial() => PrinterState();
|
||||
}
|
||||
Reference in New Issue
Block a user