BaseStationBluetoothCharacteristics constructor
BaseStationBluetoothCharacteristics({
- required BluetoothCharacteristic raceFullState,
- required BluetoothCharacteristic control,
- required BluetoothCharacteristic settings,
Implementation
BaseStationBluetoothCharacteristics({
required this.raceFullState,
required this.control,
required this.settings,
});