lines property

List<String> get lines

Implementation

List<String> get lines => split(RegExp(r"(\n|\r)+"));