BrilliantDevice constructor
BrilliantDevice({
- required BrilliantConnectionState state,
- required BluetoothDevice device,
- int? maxStringLength,
- int? maxDataLength,
- Duration defaultTimeout = const Duration(seconds: 30),
- bool logDebugging = false,
Implementation
BrilliantDevice({
required this.state,
required this.device,
this.maxStringLength,
this.maxDataLength,
this.defaultTimeout = const Duration(seconds: 30),
this.logDebugging = false,
});