currentDate property

DateTime? currentDate
final

currentDate represents the the current day (today).

If null, this default to DateTime.now().

Implementation

final DateTime? currentDate;