Returns true if this date is at least days days ahead of other.
true
days
other
bool isAheadByDays(DateTime other, int days) => difference(other).inDays >= days;