counterpart method
The other source coordinate of the same context line, if any.
Implementation
DiffCommentLineKey? counterpart(DiffCommentLineKey key) => _counterparts[key];
The other source coordinate of the same context line, if any.
DiffCommentLineKey? counterpart(DiffCommentLineKey key) => _counterparts[key];