BleDevice constructor

BleDevice({
  1. required String name,
  2. required String mac,
  3. required String productId,
})

Implementation

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