ClockMessage constructor

ClockMessage({
  1. ClockType type = ClockType.beat,
})

Clock Message

Implementation

ClockMessage({this.type = ClockType.beat});