CLCmdGogpsBodyPeakNew class final
Constructors
- CLCmdGogpsBodyPeakNew({required int type, required int timestamp, required int heartrate, required int secIndex, required int lat, required int lon, required int altitude, required int distance, required int steps, required int accuracy})
- CLCmdGogpsBodyPeakNew.from(PERIPHERAL_GOGPS_BODY_PEAK_OUTDOORNEW v)
-
factory
Properties
- accuracy → int
-
final
- altitude → int
-
final
- distance → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- heartrate → int
-
final
- lat → int
-
final
- lon → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secIndex → int
-
final
- steps → int
-
final
- timestamp → int
-
final
- type → 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited