deviationConsecutiveCount property

  1. @TagNumber.new(6)
int get deviationConsecutiveCount

Implementation

@$pb.TagNumber(6)
$core.int get deviationConsecutiveCount => $_getIZ(5);
  1. @TagNumber.new(6)
set deviationConsecutiveCount (int v)

Implementation

@$pb.TagNumber(6)
set deviationConsecutiveCount($core.int v) { $_setSignedInt32(5, v); }