WorkoutStepMessage class

Inheritance

Constructors

WorkoutStepMessage({dynamic definitionMessage, dynamic developerFields, int localId = 0, Endian endian = Endian.little})

Properties

customTargetCadenceHigh int?
Get the value of the subfield customTargetCadenceHigh
getter/setter pair
customTargetCadenceLow int?
Get the value of the subfield customTargetCadenceLow
getter/setter pair
customTargetHeartRateHigh int?
Get the value of the subfield customTargetHeartRateHigh
getter/setter pair
customTargetHeartRateLow int?
Get the value of the subfield customTargetHeartRateLow
getter/setter pair
customTargetPowerHigh int?
Get the value of the subfield customTargetPowerHigh
getter/setter pair
customTargetPowerLow int?
Get the value of the subfield customTargetPowerLow
getter/setter pair
customTargetSpeedHigh double?
Get the value of the subfield customTargetSpeedHigh
getter/setter pair
customTargetSpeedLow double?
Get the value of the subfield customTargetSpeedLow
getter/setter pair
customTargetValueHigh int?
Returns the value of the customTargetValueHigh field. Returns null if the field is not defined in the message.
getter/setter pair
customTargetValueLow int?
Returns the value of the customTargetValueLow field. Returns null if the field is not defined in the message.
getter/setter pair
definitionMessage DefinitionMessage?
getter/setter pairinherited
developerFields List<DeveloperField>
finalinherited
durationCalories int?
Get the value of the subfield durationCalories
getter/setter pair
durationDistance double?
Get the value of the subfield durationDistance
getter/setter pair
durationHr int?
Get the value of the subfield durationHr
getter/setter pair
durationPower int?
Get the value of the subfield durationPower
getter/setter pair
durationReps int?
Get the value of the subfield durationReps
getter/setter pair
durationStep int?
Get the value of the subfield durationStep
getter/setter pair
durationTime double?
Get the value of the subfield durationTime
getter/setter pair
durationType WorkoutStepDuration?
Returns the value of the durationType field. Returns null if the field is not defined in the message.
getter/setter pair
durationValue int?
Returns the value of the durationValue field. Returns null if the field is not defined in the message.
getter/setter pair
endian Endian
finalinherited
equipment WorkoutEquipment?
Returns the value of the equipment field. Returns null if the field is not defined in the message.
getter/setter pair
exerciseCategory int?
Returns the value of the exerciseCategory field. Returns null if the field is not defined in the message.
getter/setter pair
exerciseName int?
Returns the value of the exerciseName field. Returns null if the field is not defined in the message.
getter/setter pair
exerciseWeight double?
Returns the value of the exerciseWeight field. Returns null if the field is not defined in the message.
getter/setter pair
fields List<Field>
finalinherited
globalId int
finalinherited
growable bool
final
hashCode int
The hash code for this object.
no setterinherited
intensity Intensity?
Returns the value of the intensity field. Returns null if the field is not defined in the message.
getter/setter pair
localId int
getter/setter pairinherited
messageIndex int?
Returns the value of the messageIndex field. Returns null if the field is not defined in the message.
getter/setter pair
name String
finalinherited
notes String?
Returns the value of the notes field. Returns null if the field is not defined in the message.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pairinherited
targetCadenceZone int?
Get the value of the subfield targetCadenceZone
getter/setter pair
targetHrZone int?
Get the value of the subfield targetHrZone
getter/setter pair
targetPowerZone int?
Get the value of the subfield targetPowerZone
getter/setter pair
targetRepeatCalories int?
Get the value of the subfield targetRepeatCalories
getter/setter pair
targetRepeatDistance double?
Get the value of the subfield targetRepeatDistance
getter/setter pair
targetRepeatHr int?
Get the value of the subfield targetRepeatHr
getter/setter pair
targetRepeatPower int?
Get the value of the subfield targetRepeatPower
getter/setter pair
targetRepeatSteps int?
Get the value of the subfield targetRepeatSteps
getter/setter pair
targetRepeatTime double?
Get the value of the subfield targetRepeatTime
getter/setter pair
targetSpeedZone int?
Get the value of the subfield targetSpeedZone
getter/setter pair
targetStrokeType SwimStroke?
Get the value of the subfield targetStrokeType
getter/setter pair
targetType WorkoutStepTarget?
Returns the value of the targetType field. Returns null if the field is not defined in the message.
getter/setter pair
targetValue int?
Returns the value of the targetValue field. Returns null if the field is not defined in the message.
getter/setter pair
weightDisplayUnit int?
Returns the value of the weightDisplayUnit field. Returns null if the field is not defined in the message.
getter/setter pair
workoutStepName String?
Returns the value of the workoutStepName field. Returns null if the field is not defined in the message.
getter/setter pair

Methods

clearDeveloperFieldById(int developerDataIndex, int id) → void
inherited
clearFieldById(int id) → void
inherited
getDeveloperField(int developerDataIndex, int id) DeveloperField?
inherited
getDeveloperFieldByName(String name) DeveloperField?
inherited
getField(int id) Field?
inherited
getFieldByName(String name) Field?
inherited
hasDeveloperFields() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFromBytes(Uint8List bytes) → void
inherited
removeDeveloperField(int developerDataIndex, int id) → void
inherited
removeField(int id) → void
inherited
setDefinitionMessage(DefinitionMessage definition) → void
inherited
toBytes() Uint8List
inherited
toRow() List
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromBytes(DefinitionMessage definitionMessage, Uint8List bytes) WorkoutStepMessage
Returns an instance of WorkoutStepMessage from a bytes list.
override

Constants

ID → const int
The Global ID of the message. In the FIT documentation this is referred to as the "Global Message Number".
NAME → const String