isToday property

bool isToday

Check if this date is in the same day than DateTime.today

Implementation

bool get isToday => isSameDay(today);