Returns true if this occurs after other.
true
other
bool occursAfter(Period other) => start.isAfter(other.end);