FileLineDiff constructor
FileLineDiff({})
Implementation
FileLineDiff({
required this.thisPath,
required this.otherPath,
required this.thisLineNo,
required this.diffScore,
required this.diffType,
});
FileLineDiff({
required this.thisPath,
required this.otherPath,
required this.thisLineNo,
required this.diffScore,
required this.diffType,
});