containedPartiallyBy method

bool containedPartiallyBy(
  1. Period other
)

Returns true if this is contained partially by other.

Implementation

bool containedPartiallyBy(Period other) => other.containsPartially(this);