PolarPpgData class

Polar ppg data

Inheritance
Annotations
  • @JsonSerializable()

Constructors

PolarPpgData({required PpgDataType type, required List<PolarPpgSample> samples})
Constructor
PolarPpgData.fromJson(Map<String, dynamic> json)
From json
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samples List<PolarPpgSample>
Samples
finalinherited
type PpgDataType
Type of data, which varies based on what is type of optical sensor used in the device
final

Methods

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

Operators

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