Converts this string to a list of Line.
List<Line> toLines() => LineSplitter.split(this).map(Line.new).toList();