Gets all lines in the text.
Iterable<string> get lines => value.lines;
set lines(Iterable<String> value) => text = value.join(breakline);