BloodOxygenInfo constructor

BloodOxygenInfo({
  1. required int? startTime,
  2. required int? timeInterval,
})

Implementation

BloodOxygenInfo({required this.startTime, required this.timeInterval});