isFutureDay property

bool isFutureDay

Whether the date is a day in the future.

Implementation

bool get isFutureDay => _differenceInDays(DateTime.now()) > 0;