Whether this date is before reference.
reference
When reference is omitted, compares against the current date/time (now).
bool isBefore([String? reference]) => dates.isBefore(this, reference);