Current threshold.
int get thresholdMs => _thresholdMs;
Update the threshold.
set thresholdMs(int value) { if (value >= 0) _thresholdMs = value; }