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
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