PolarDeviceInfo constructor

PolarDeviceInfo({
  1. required String deviceId,
  2. required String address,
  3. required int rssi,
  4. required String name,
  5. required bool isConnectable,
})

Constructor

Implementation

PolarDeviceInfo({
  required this.deviceId,
  required this.address,
  required this.rssi,
  required this.name,
  required this.isConnectable,
});