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