HeartbeatSeries class

Equivalent of HeartbeatSeries from HealthKitReporter https://cocoapods.org/pods/HealthKitReporter

Supports map representation.

Has a HeartbeatSeriesSample.fromJson constructor to create instances from JSON payload coming from iOS native code. And supports multiple object creation by collect method from JSON list.

Requires SeriesType.heartbeatSeries and QuantityType.heartRateVariabilitySDNN permissions provided.

Inheritance

Constructors

HeartbeatSeries(String uuid, String identifier, num startTimestamp, num endTimestamp, Device? device, SourceRevision sourceRevision, HeartbeatSeriesHarmonized harmonized)
const
HeartbeatSeries.fromJson(Map<String, dynamic> json)
General constructor from JSON payload

Properties

device Device?
finalinherited
endTimestamp num
finalinherited
harmonized HeartbeatSeriesHarmonized
finalinherited
hashCode int
The hash code for this object.
no setterinherited
identifier String
finalinherited
map Map<String, dynamic>
General map representation
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceRevision SourceRevision
finalinherited
startTimestamp num
finalinherited
uuid String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parsed() Map<String, dynamic>
For saving data, prepares appropriate map for HealthKitReporter.save
inherited
toString() String
A string representation of this object.
inherited

Operators

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