lines property

List<String> get lines

Text split into separate lines.

Implementation

List<String> get lines => text.split('\n');