commentHighlights property

List<DiffCommentLineHighlight> get commentHighlights

Comment line highlights in the current model.

Implementation

List<DiffCommentLineHighlight> get commentHighlights =>
    _model.commentHighlights;