isToday property

bool get isToday

Checks if the current date is today

Implementation

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