ChangeBlock constructor

const ChangeBlock({
  1. required List<LineDiff> lines,
})

Implementation

const ChangeBlock({required this.lines});