isFrozen property
bool
get
isFrozen
Checks if test time is currently active.
Implementation
static bool get isFrozen => _testNow != null;
Checks if test time is currently active.
static bool get isFrozen => _testNow != null;