addDocComments method

Iterable<String> addDocComments()

add '/// '

Implementation

Iterable<String> addDocComments() => map((str) => str.addDocComment());