BloodOxygenBean constructor
BloodOxygenBean({
- required bool? continueState,
- required int? timingMeasure,
- required int? bloodOxygen,
- required List<
HistoryBloodOxygenBean> ? historyList, - required BloodOxygenInfo? continueBo,
- required int type,
Implementation
BloodOxygenBean({
required this.continueState,
required this.timingMeasure,
required this.bloodOxygen,
required this.historyList,
required this.continueBo,
required this.type,
});