BloodOxygenBean constructor

BloodOxygenBean({
  1. required bool? continueState,
  2. required int? timingMeasure,
  3. required int? bloodOxygen,
  4. required List<HistoryBloodOxygenBean>? historyList,
  5. required BloodOxygenInfo? continueBo,
  6. required int type,
})

Implementation

BloodOxygenBean({
  required this.continueState,
  required this.timingMeasure,
  required this.bloodOxygen,
  required this.historyList,
  required this.continueBo,
  required this.type,
});