BrilliantDevice constructor
BrilliantDevice({
- required BrilliantConnectionState state,
- required BluetoothDevice device,
- int? maxStringLength,
- int? maxDataLength,
Implementation
BrilliantDevice({
required this.state,
required this.device,
this.maxStringLength,
this.maxDataLength,
});