PolarHrSample constructor

PolarHrSample({
  1. required int hr,
  2. required List<int> rrsMs,
  3. required bool contactStatus,
  4. required bool contactStatusSupported,
})

Constructor

Implementation

PolarHrSample({
  required this.hr,
  required this.rrsMs,
  required this.contactStatus,
  required this.contactStatusSupported,
});