isToday property

bool get isToday

Is this date today?

Implementation

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