TimerStartStopMsg constructor

const TimerStartStopMsg(
  1. bool running,
  2. int tag
)

Implementation

const TimerStartStopMsg(this.running, this.tag);