SkinTemperatureDelta class

Represents a single skin temperature delta measurement.

Contains a timestamp and the measured temperature change relative to a baseline.

Constructors

SkinTemperatureDelta(DateTime time, TemperatureDelta delta)
Creates a new skin temperature delta with the specified time and value.

Properties

delta TemperatureDelta
The measured change in temperature relative to the baseline.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
The timestamp when this temperature delta was recorded.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited