Patch constructor
Constructor. Initializes with an empty list of diffs.
Implementation
Patch([List<Diff>? diffs, this.start1 = 0, this.start2 = 0,
this.length1 = 0, this.length2 = 0]): this.diffs = diffs ?? [];
Constructor. Initializes with an empty list of diffs.
Patch([List<Diff>? diffs, this.start1 = 0, this.start2 = 0,
this.length1 = 0, this.length2 = 0]): this.diffs = diffs ?? [];