CLCmdGogpsTrackSumSwim class final

Constructors

CLCmdGogpsTrackSumSwim({required int type, required int timestamp, required int totallaps, required int totalswimtime, required int totalstrokes, required int swimtype, required int avgstrokefreq, required int maxstrokefreq, required int avgswolf, required int avgpace, required int calories})
CLCmdGogpsTrackSumSwim.from(PERIPHERAL_GOGPS_TRACK_SUM_SWIM v)
factory

Properties

avgpace int
final
avgstrokefreq int
final
avgswolf int
final
calories int
final
hashCode int
The hash code for this object.
no setterinherited
maxstrokefreq int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
swimtype int
final
timestamp int
final
totallaps int
final
totalstrokes int
final
totalswimtime 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

Static Properties

subject StreamController<CLCmdGogpsTrackSumSwim>
final