now static method

DateTime now()

Get current system time according to ShouldReview.

Implementation

static DateTime now() {
  return _customTime ?? DateTime.now();
}