IHealthBp class

"BPL":5, "DataID":"1e006f66772c37166d2bfafbc857088d", "DataSource":"Manual", "HP":120, "HR":80, "IsArr":0, "LP":80, "LastChangeTime":1684814616, "Lat":0,"Lon":0, "MDate":1684843347, "Note":"Asdf\n", "TimeZone":"+0800", "measurement_time":"2023-05-23 12:02:27", "time_zone":"+08:00"}

Annotations
  • @JsonSerializable()

Constructors

IHealthBp({required int bpl, required int hp, required int hr, required int isArr, required int lp, required double lat, required double lon, required DateTime measurementTime, required String timeZone2, required String dataId, required int lastChangeTime, required int mDate, required String note, required String timeZone, required String dataSource})
IHealthBp.fromJson(Map<String, dynamic> json)
factory

Properties

bpl int
final
dataId String
finalinherited
dataSource String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hp int
final
hr int
final
isArr int
-1 it is null in the database 1 heart rate is normal 2 arrhythmia cordis 3 unknown
final
lastChangeTime int
finalinherited
lat double
final
lon double
final
lp int
final
mDate int
finalinherited
measurementTime DateTime
final
note String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeZone String
finalinherited
timeZone2 String
final

Methods

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

Operators

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