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