HealthConnectData class abstract

Base abstract class for all Health Connect data types.

Serves as a common interface for different health metrics retrieved from Health Connect. All specific health data classes should extend this class.

Implementers
Available extensions

Constructors

HealthConnectData()

Properties

hashCode int
The hash code for this object.
no setterinherited
metric HealthConnectHealthMetric
The specific health metric type this data represents.
no setter
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
toOpenMHealth() List<OpenMHealthSchema>

Available on HealthConnectData, provided by the OpenMHealthConverter extension

Converts this HealthConnectData instance to OpenMHealth schema format.
toString() String
A string representation of this object.
inherited

Operators

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