BleInfo constructor

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

Implementation

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