isToday method

bool isToday()

Returns true if DateTime.now() is on the same exact day as this. See isSameDate.

Implementation

bool isToday() => isSameDate(DateTime.now());