HistoryHrvInfoBean constructor

HistoryHrvInfoBean({
  1. required String date,
  2. required int hrv,
})

Implementation

HistoryHrvInfoBean({
  required this.date,
  required this.hrv,
});