CLCmdGogpsHeaderSwim class final

Constructors

CLCmdGogpsHeaderSwim({required int workoutType, required int blkIndex, required int timestamp, required int lapdis, required int calories, required int reserve1, required int reserve2, required int reserve3, required int reserve4, required int reserve5, required int reserve6, required int reserve7, required int reserve8, required int reserve9})
CLCmdGogpsHeaderSwim.from(PERIPHERAL_GOGPS_HEADER_SWIM v)
factory

Properties

blkIndex int
final
calories int
final
hashCode int
The hash code for this object.
no setterinherited
lapdis int
final
reserve1 int
final
reserve2 int
final
reserve3 int
final
reserve4 int
final
reserve5 int
final
reserve6 int
final
reserve7 int
final
reserve8 int
final
reserve9 int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
final
workoutType 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

Static Properties

subject StreamController<CLCmdGogpsHeaderSwim>
final