VooWatchHealthSample class

One reading of a VooWatchHealthMetric forwarded from the watch.

Annotations

Constructors

VooWatchHealthSample({required VooWatchHealthMetric metric, required double value, required String unit, required DateTime timestamp})
const
VooWatchHealthSample.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
metric VooWatchHealthMetric
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
final
unit String
Native unit string (e.g. count/min for heart rate, kcal).
final
value double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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