TimerTickMsg constructor

const TimerTickMsg(
  1. DateTime time,
  2. int tag,
  3. bool timeout
)

Implementation

const TimerTickMsg(this.time, this.tag, this.timeout);