MovesenseHR class

Heart rate (HR) reading with average BPM and latest R-R interval.

See https://www.movesense.com/docs/esw/api_reference/#meashr

Constructors

MovesenseHR(int average, [int? rr])
MovesenseHR.fromMovesenseData(dynamic data)
factory

Properties

average int
The average heart rate (BPM).
final
hashCode int
The hash code for this object.
no setterinherited
rr int?
The latest R-R measurement (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