ElinkCheckupHistoryData class

Constructors

ElinkCheckupHistoryData(int heartRate, int spo, int bk, int sbp, int dbp, int rr, int sdann, int rmssd, int nn50, int pnn50, int time, String rri)

Properties

bk int
final
dbp int
final
hashCode int
The hash code for this object.
no setterinherited
heartRate int
final
nn50 int
final
pnn50 int
final
rmssd int
final
rr int
final
rri String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sbp int
final
sdann int
final
spo int
final
time int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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