StopwatchTickMsg constructor

const StopwatchTickMsg(
  1. DateTime time,
  2. int tag,
  3. int id
)

Implementation

const StopwatchTickMsg(this.time, this.tag, this.id);