StopwatchStartStopMsg constructor

const StopwatchStartStopMsg(
  1. bool running,
  2. int tag,
  3. int id
)

Implementation

const StopwatchStartStopMsg(this.running, this.tag, this.id);