HkHeartRateVariability class

Represents Heart rate variability from HealthKit.

Wraps an HKQuantitySample containing the heart rate variability measurement and extends HealthKitData to provide a standardized interface.

Inheritance
Available extensions

Constructors

HkHeartRateVariability(HKQuantitySample data)
The underlying quantity sample containing the heart rate variability measurement.

Properties

data HKQuantitySample
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
healthMetric HealthKitHealthMetric
The health metric type for this data.
no setteroverride
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>
toOpenMHealth() List<OpenMHealthSchema>

Available on HealthKitData, provided by the OpenMHealthConverter extension

Converts this HealthKitData instance to OpenMHealth schema format.
toOpenMHealthHeartRateVariability() List<OpenMHealthHeartRateVariability>

Available on HkHeartRateVariability, provided by the OpenMHealthHeartRateVariabilityConverter extension

toString() String
A string representation of this object.
inherited

Operators

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