TimeZoneAwareClock.fixed constructor

  1. @visibleForTesting
TimeZoneAwareClock.fixed(
  1. DateTime time
)

Creates TimeZoneAwareClock that returns fixed time value.

Implementation

@visibleForTesting
TimeZoneAwareClock.fixed(DateTime time) : super(() => time);