BleDevice constructor
const
BleDevice({
- required BleRemoteId remoteId,
- String? platformName,
- String? advName,
Implementation
const BleDevice({
required this.remoteId,
String? platformName,
String? advName,
}) : _platformName = platformName,
_advName = advName;