StructuredPatchHunk constructor
StructuredPatchHunk({})
Implementation
StructuredPatchHunk({
required this.oldStart,
required this.oldLines,
required this.newStart,
required this.newLines,
List<String>? lines,
}) : lines = lines ?? [];