DailySleepTemperatureDerivations class
Provides derived sleep temperature values, calculated from skin or internal device temperature readings during sleep.
Constructors
- DailySleepTemperatureDerivations({double? baselineTemperatureCelsius, Date? date, double? nightlyTemperatureCelsius, double? relativeNightlyStddev30dCelsius})
- DailySleepTemperatureDerivations.fromJson(Map json_)
Properties
- baselineTemperatureCelsius ↔ double?
-
The user's baseline skin temperature.
getter/setter pair
- date ↔ Date?
-
Date for which the sleep temperature derivations are calculated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nightlyTemperatureCelsius ↔ double?
-
The user's nightly skin temperature.
getter/setter pair
- relativeNightlyStddev30dCelsius ↔ double?
-
The standard deviation of the user’s relative nightly skin temperature
(temperature - baseline) over the past 30 days.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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