coveredBy method

bool coveredBy(
  1. SourceRange otherRange
)

Return true if the otherRange covers this source range.

Implementation

bool coveredBy(SourceRange otherRange) => otherRange.covers(this);