isToday property

bool get isToday

Returns true if the date is today, false otherwise.

Implementation

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