CLCmdGogpsTrackSumV2 class final

Constructors

CLCmdGogpsTrackSumV2({required int type, required int timestamp, required int totalTime, required int totalDistance, required int totalCal, required List<int> rsvd})
CLCmdGogpsTrackSumV2.from(PERIPHERAL_GOGPS_TRACK_SUM_V2 v)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
rsvd List<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
final
totalCal int
final
totalDistance int
final
totalTime 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<CLCmdGogpsTrackSumV2>
final