HistoryBloodOxygenBean constructor

HistoryBloodOxygenBean({
  1. required String? date,
  2. required int? bo,
})

Implementation

HistoryBloodOxygenBean({
  required this.date,
  required this.bo,
});