isNow property

bool get isNow

Returns true if today is in the date range.

Implementation

bool get isNow => now.isBetweenOrEqual(startDate, endDate);