stopDuration property

void stopDuration=(Duration value)

Configure the stop-duration for the stop algorithm

Implementation

set stopDuration(Duration value) {
  _stopDuration = value;
}