CLCmdGogpsDownData class final

Data structure for gomore data.

Constructors

CLCmdGogpsDownData({required int hrrest, required int hrmax, required int hrzone0_min, required int hrzone0_max, required int hrzone1_min, required int hrzone1_max, required int hrzone2_min, required int hrzone2_max, required int hrzone3_min, required int hrzone3_max, required int hrzone4_min, required int hrzone4_max, required int recoverysec, required int staminalevel, required int checksumsize, required List<int> checksum})
CLCmdGogpsDownData.from(PERIPHERAL_GOGPS_DOWNDATA v)
factory

Properties

checksum List<int>
final
checksumsize int
final
hashCode int
The hash code for this object.
no setterinherited
hrmax int
final
hrrest int
final
hrzone0_max int
final
hrzone0_min int
final
hrzone1_max int
final
hrzone1_min int
final
hrzone2_max int
final
hrzone2_min int
final
hrzone3_max int
final
hrzone3_min int
final
hrzone4_max int
final
hrzone4_min int
final
recoverysec int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staminalevel 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