isFutureDay property

bool get isFutureDay

Chech if this is a day in the future (after today)

Implementation

bool get isFutureDay => isAfter(DateTime.now().getDateOnly());