BleDevice constructor

BleDevice({
  1. required String deviceId,
  2. String? name,
  3. BleDeviceAdvertisementData? advertisementData,
})

Implementation

BleDevice({required this.deviceId, this.name, this.advertisementData});