climbingTime property

  1. @TagNumber.new(3)
int get climbingTime

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);
  1. @TagNumber.new(3)
set climbingTime (int v)

Implementation

@$pb.TagNumber(3)
set climbingTime($core.int v) { $_setUnsignedInt32(2, v); }