containedFullyBy method

bool containedFullyBy(
  1. Period other
)

Returns true if this is contained fully by other.

Implementation

bool containedFullyBy(Period other) => other.containsFully(this);