currentDay property
final
DateTime that will be treated as today. Defaults to DateTime.now()
.
Overriding this property might be useful for testing.
Implementation
final DateTime? currentDay;
DateTime that will be treated as today. Defaults to DateTime.now()
.
Overriding this property might be useful for testing.
final DateTime? currentDay;