commentLines property

Iterable<String> commentLines

Get the comments as an iterable of lines.

Implementation

Iterable<String> get commentLines => _commentLines;