ClockTime constructor

ClockTime(
  1. DateTime time,
  2. ClockTimeType type
)

Implementation

ClockTime(
  this.time,
  this.type,
);