BleDevice constructor
BleDevice({
- required String deviceId,
- String? name,
- BleDeviceAdvertisementData? advertisementData,
Implementation
BleDevice({required this.deviceId, this.name, this.advertisementData});