CLCmdGogpsHeaderV2 class final
Constructors
- CLCmdGogpsHeaderV2({required int workoutType, required int blkIndex, required int timestamp, required int latitude, required int longitude, required int calories, required int lapdistance})
- CLCmdGogpsHeaderV2.from(PERIPHERAL_GOGPS_HEADER_V2 v)
-
factory
- CLCmdGogpsHeaderV2.fromSwim(PERIPHERAL_GOGPS_HEADER_SWIM v)
-
factory
Properties
- blkIndex ↔ int
-
getter/setter pair
- calories ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lapdistance ↔ int
-
getter/setter pair
- latitude ↔ int
-
getter/setter pair
- longitude ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp ↔ int
-
getter/setter pair
- workoutType ↔ int
-
getter/setter pair
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