threshold property

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

Implementation

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

Implementation

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