CLCmdGogpsBodyPeakOutDoorNew class final

Constructors

CLCmdGogpsBodyPeakOutDoorNew({required int type, required int timestamp, required int heartrate, required int secIndex, required int lat, required int lon, required int altitude})
CLCmdGogpsBodyPeakOutDoorNew.from(PERIPHERAL_GOGPS_BODY_PEAK_OUTDOORNEW v)
factory

Properties

altitude 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
timestamp int
final
type 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