ElectrocardiogramHarmonized class
Equivalent of Electrocardiogram.Harmonized
from HealthKitReporter https://cocoapods.org/pods/HealthKitReporter
Supports map representation.
Has a ElectrocardiogramHarmonized.fromJson constructor to create instances from JSON payload coming from iOS native code.
Constructors
-
ElectrocardiogramHarmonized(num averageHeartRate, String averageHeartRateUnit, num samplingFrequency, String samplingFrequencyUnit, String classification, String symptomsStatus, int count, List<
ElectrocardiogramVoltageMeasurement> voltageMeasurements, Map<String, dynamic> ? metadata) -
const
-
ElectrocardiogramHarmonized.fromJson(Map<
String, dynamic> json) - General constructor from JSON payload
Properties
- averageHeartRate → num
-
final
- averageHeartRateUnit → String
-
final
- classification → String
-
final
- count → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
map
→ Map<
String, dynamic> -
General map representation
no setter
-
metadata
→ Map<
String, dynamic> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplingFrequency → num
-
final
- samplingFrequencyUnit → String
-
final
- symptomsStatus → String
-
final
-
voltageMeasurements
→ List<
ElectrocardiogramVoltageMeasurement> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited