lines property

List<String> get lines

Individual lines of the removed content.

Implementation

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