splitLines method

List<String> splitLines()

split lines

Implementation

List<String> splitLines() => split('\n');