label property

String get label

Compact label for UI hints.

Implementation

String get label {
  final marker = side == DiffCommentSide.right ? '+' : '-';
  return '$path:$marker$line';
}