Clock constructor
Clock({})
Implementation
Clock({
this.contents,
this.biasNanos,
this.biasUncertaintyNanos,
this.driftNanosPerSecond,
this.driftUncertaintyNanosPerSecond,
this.fullBiasNanos,
this.hardwareClockDiscontinuityCount,
this.leapSecond,
this.timeNanos,
this.timeUncertaintyNanos,
});