lineTexts property

List<String> get lineTexts

Implementation

List<String> get lineTexts => _lines.map((line) => line.text).toList();