ConflictingEditException class
An exception that is thrown when a change builder is asked to include an edit that conflicts with a previous edit.
- Implemented types
Constructors
- ConflictingEditException({required SourceEdit newEdit, required SourceEdit existingEdit})
-
Initialize a newly created exception indicating that the
newEdit
.
Properties
- existingEdit → SourceEdit
-
The existing edit with which it conflicts.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- newEdit → SourceEdit
-
The new edit that was being added.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited