commentAnchors property

List<DiffCommentAnchor> commentAnchors
latefinal

Commentable anchors in the current rendered diff.

The DiffCommentAnchor.renderLine values match the model's current viewMode, wrapLines, width, and line-number settings.

Implementation

late final List<DiffCommentAnchor> commentAnchors = List.unmodifiable(
  _computeCommentAnchors(_files),
);