calibrate property

  1. @TagNumber(4)
bool get calibrate

Implementation

@$pb.TagNumber(4)
$core.bool get calibrate => $_getBF(3);
  1. @TagNumber(4)
set calibrate (bool v)

Implementation

@$pb.TagNumber(4)
set calibrate($core.bool v) { $_setBool(3, v); }