BaseStationBluetoothCharacteristics constructor

BaseStationBluetoothCharacteristics({
  1. required BluetoothCharacteristic raceFullState,
  2. required BluetoothCharacteristic control,
  3. required BluetoothCharacteristic settings,
})

Implementation

BaseStationBluetoothCharacteristics({
  required this.raceFullState,
  required this.control,
  required this.settings,
});