4ee6246556
The split function returns a lazy iterable of the lines, unlike the convert function which returns a list. This makes the function usable on large strings where not all of the lines are needed. Closes https://github.com/dart-lang/sdk/issues/23837 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1240623002 .