ConflictingEditException constructor
ConflictingEditException({
- required SourceEdit newEdit,
- required SourceEdit existingEdit,
Initialize a newly created exception indicating that the newEdit
.
Implementation
ConflictingEditException({required this.newEdit, required this.existingEdit});