currentThreshold property

  1. @TagNumber.new(2)
double get currentThreshold

Implementation

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

Implementation

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