lineCount property

int get lineCount

Number of lines in this removed block.

Implementation

int get lineCount => content.split('\n').length;