Returns true if this is contained fully by other.
true
other
bool containedFullyBy(Period other) => other.containsFully(this);