FixedClock constructor

FixedClock(
  1. DateTime _now
)

Creates a clock whose now always returns the fixed DateTime.

Implementation

FixedClock(this._now);