updateSpeed method

void updateSpeed(
  1. Duration value
)

Implementation

void updateSpeed(Duration value) {
  dynamicDuration=value;
}