isToday property

bool get isToday

Returns true if this date is today.

Implementation

bool get isToday => isSameDay(DateTime.now());