DailyOxygenSaturation class
A daily oxygen saturation (SpO2) record.
Represents the user's daily oxygen saturation summary, typically calculated during sleep.
Constructors
- DailyOxygenSaturation({double? averagePercentage, Date? date, double? lowerBoundPercentage, double? standardDeviationPercentage, double? upperBoundPercentage})
- DailyOxygenSaturation.fromJson(Map json_)
Properties
- averagePercentage ↔ double?
-
The average value of the oxygen saturation samples during the sleep.
getter/setter pair
- date ↔ Date?
-
Date (in user's timezone) of the daily oxygen saturation record.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lowerBoundPercentage ↔ double?
-
The lower bound of the confidence interval of oxygen saturation samples
during sleep.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- standardDeviationPercentage ↔ double?
-
Standard deviation of the daily oxygen saturation averages from the past
7-30 days.
getter/setter pair
- upperBoundPercentage ↔ double?
-
The upper bound of the confidence interval of oxygen saturation samples
during sleep.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited