spaceClockTime top-level property
DateTime
get
spaceClockTime
This method serves as a proxy for DateTime.now(); It is used to inject a specific time into the clock to allow us to instrument it for testing
Implementation
DateTime get spaceClockTime => DateTime.now();