factory BloodOxygenInfo.fromJson(Map<String, dynamic> json) => BloodOxygenInfo( startTime: json["startTime"], timeInterval: json["timeInterval"], );