FitbitHeartRateVariabilityData class

FitbitHeartRateVariabilityData is a class implementing the data model of the HRV data.

Implemented types

Constructors

FitbitHeartRateVariabilityData({String? userID, DateTime? dateOfMonitoring, double? dailyRmssd, double? deepRmssd})
Default FitbitHeartRateVariabilityData constructor.
FitbitHeartRateVariabilityData.fromJson({required Map<String, dynamic> json})
Generates a FitbitHeartRateVariabilityData obtained from a json.
factory

Properties

dailyRmssd double?
The Root Mean Square of Successive Differences (RMSSD) between heart beats. It measures short-term variability in the user’s daily heart rate in milliseconds (ms).
getter/setter pair
dateOfMonitoring DateTime?
The date of monitoring of the data.
getter/setter pair
deepRmssd double?
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
userID String?
The user encoded id.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson<T extends FitbitData>() Map<String, dynamic>
Converts the value to a json.
override
toString() String
A string representation of this object.
override

Operators

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