currentDay property

DateTime? currentDay
final

DateTime that will be treated as today. Defaults to DateTime.now().

Overriding this property might be useful for testing.

Implementation

final DateTime? currentDay;