BleDevice constructor

BleDevice({
  1. required String name,
  2. int? rssi,
  3. String? mac,
  4. String? uuid,
})

Implementation

BleDevice({required this.name, this.rssi, this.mac, this.uuid});