inSameDay property

bool get inSameDay

Implementation

bool get inSameDay => day == now.day && month == now.month && year == now.year;