FakeSyncClock constructor

FakeSyncClock(
  1. DateTime now
)

Creates a clock frozen at now.

Implementation

FakeSyncClock(this.now);