HealthKitData class abstract

Base abstract class for all HealthKit data types.

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

Implementers
Available extensions

Constructors

HealthKitData()

Properties

hashCode int
The hash code for this object.
no setterinherited
healthMetric HealthKitHealthMetric
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 HealthKitData, provided by the OpenMHealthConverter extension

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

Operators

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