coveredBy method
Return true
if the otherRange
covers this source range.
Implementation
bool coveredBy(SourceRange otherRange) => otherRange.covers(this);
Return true
if the otherRange
covers this source range.
bool coveredBy(SourceRange otherRange) => otherRange.covers(this);