addCommentLine method

String addCommentLine(
  1. String line
)

Implementation

String addCommentLine(String line) => addLine('/// $line');