threshold property

  1. @TagNumber.new(4)
double get threshold

Implementation

@$pb.TagNumber(4)
$core.double get threshold => $_getN(3);
  1. @TagNumber.new(4)
set threshold (double value)

Implementation

@$pb.TagNumber(4)
set threshold($core.double value) => $_setFloat(3, value);