Returns true if this is after os is the same as other.
other
bool isAfterOrSame(DateTime other, {bool includeTime = false}) { return other.isBeforeOrSame(this, includeTime: includeTime); }