isToday property

bool get isToday

Checks if the date is today.

Implementation

bool get isToday => isSameDate(now);