LineDeletion constructor

const LineDeletion({
  1. required String filePath,
  2. required List<LineRange> ranges,
})

Creates a LineDeletion.

Implementation

const LineDeletion({required this.filePath, required this.ranges});