addComments method

Iterable<String> addComments()

add '// '

Implementation

Iterable<String> addComments() => map((str) => str.addComment());