menu
neomage package
documentation
utils/diff/diff_utils.dart
ChangeBlock
endLine property
endLine property
dark_mode
light_mode
endLine
property
int
get
endLine
Implementation
int get endLine => lines.isEmpty ? 0 : lines.last.lineNumber;
neomage package
documentation
utils/diff/diff_utils
ChangeBlock
endLine property
ChangeBlock class