HeartRate constructor

HeartRate({
  1. int bpm = 0,
})

Implementation

HeartRate({this.bpm = 0}) : super();