joinLines method

String joinLines()

add '\n' between

Implementation

String joinLines() => join('\n');