TimeZoneAwareClock.fixed constructor
Creates TimeZoneAwareClock that returns fixed time
value.
Implementation
@visibleForTesting
TimeZoneAwareClock.fixed(DateTime time) : super(() => time);
Creates TimeZoneAwareClock that returns fixed time
value.
@visibleForTesting
TimeZoneAwareClock.fixed(DateTime time) : super(() => time);