PolarHrSample class

Polar HR sample

Annotations
  • @JsonSerializable()

Constructors

PolarHrSample({required int hr, required List<int> rrsMs, required bool contactStatus, required bool contactStatusSupported})
Constructor

Properties

contactStatus bool
contact status between the device and the users skin
final
contactStatusSupported bool
contactSupported if contact is supported
final
hashCode int
The hash code for this object.
no setterinherited
hr int
hr in BPM
final
rrsMs List<int>
rrs RR interval in ms.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited