setTimerTime method

void setTimerTime(
  1. int? value
)

Implementation

void setTimerTime(int? value) {
  super.timerTime = value ?? 500;
}