beatsPerMinute property

int? beatsPerMinute
getter/setter pair

The beats-per-minute value extrapolated from the time before the following heart beat.

This is calculated as 60000 / rr, where rr is the gap between heart beats in milliseconds (IBI - Interbeat Interval).

Required.

Implementation

core.int? beatsPerMinute;