TimerState constructor

TimerState(
  1. bool paused,
  2. String status,
  3. int currentInterval,
  4. int currentMicroSeconds,
  5. int intervalMicroSeconds,
  6. double volume,
  7. bool changeVolume,
)

Implementation

TimerState(
    this.paused,
    this.status,
    this.currentInterval,
    this.currentMicroSeconds,
    this.intervalMicroSeconds,
    this.volume,
    this.changeVolume);