HrSample constructor

HrSample(
  1. DateTime time,
  2. num bpm
)

Implementation

HrSample(this.time, this.bpm);