climbingTime property
The climbing time in milliseconds relative to the beginning of the third beep. If this is 0, the climbing time is not set (yet).
Implementation
@$pb.TagNumber(3)
$core.int get climbingTime => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set climbingTime($core.int v) { $_setUnsignedInt32(2, v); }