CLCmdDaliyActivityInfo class final
Daily activity information
Constructors
- CLCmdDaliyActivityInfo({required int sleepLightSeconds, required int sleepSoundSeconds, required int sleepRemSeconds, required int wakeUpTimes, required int heartRate, required int skinTempeature, required int steps, required int distance, required int caloriesActive, required int caloriesIdle, required int acttype, required int uv, required int bp_lp, required int bp_hp, required int atm, required int sweatsugar, required int lacticacid, required int spo2, required int hrv, required int stress})
- CLCmdDaliyActivityInfo.from(PERIPHERAL_DAILY_ACTIVITY_INFO_CONTEXT v)
-
factory
Properties
- acttype → int
-
final
- atm → int
-
final
- bp_hp → int
-
final
- bp_lp → int
-
final
- caloriesActive → int
-
final
- caloriesIdle → int
-
final
- distance → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- heartRate → int
-
final
- hrv → int
-
final
- lacticacid → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skinTempeature → int
-
final
- sleepLightSeconds → int
-
final
- sleepRemSeconds → int
-
final
- sleepSoundSeconds → int
-
final
- spo2 → int
-
final
- steps → int
-
final
- stress → int
-
final
- sweatsugar → int
-
final
- uv → int
-
final
- wakeUpTimes → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited