calibrate property

  1. @TagNumber(2)
bool get calibrate

Implementation

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

Implementation

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