Whether this date is strictly before other.
other
bool operator <(Date other) => _daysSinceEpoch < other._daysSinceEpoch;