lineCount property
int
get
lineCount
Number of lines in this removed block.
Implementation
int get lineCount => content.split('\n').length;
Number of lines in this removed block.
int get lineCount => content.split('\n').length;