part of 'bluetooth_connect_bloc.dart'; @freezed class BluetoothConnectEvent with _$BluetoothConnectEvent { const factory BluetoothConnectEvent.connect(String macAddress) = _Connect; }