startsIn method
Return true if this source range starts in the otherRange.
Implementation
bool startsIn(SourceRange otherRange) => otherRange.contains(offset);
Return true if this source range starts in the otherRange.
bool startsIn(SourceRange otherRange) => otherRange.contains(offset);