ConflictingEditException constructor

ConflictingEditException({
  1. required SourceEdit newEdit,
  2. required SourceEdit existingEdit,
})

Initialize a newly created exception indicating that the newEdit.

Implementation

ConflictingEditException({required this.newEdit, required this.existingEdit});