MarkerOp class sealed

Sealed class for marker operations (undo/redo support).

Implemented types
  • Op<Marker>
Implementers

Properties

debugName String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(List<Marker> current) Op<Marker>
Applies this operation to the current list.
inherited
canMerge(Op<Marker> other) bool
Checks if this operation can be merged with other.
inherited
merge(Op<Marker> other) Op<Marker>
Merges this operation with other, returning a new operation.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revert(List<Marker> current) Op<Marker>
Reverts this operation from the current list.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited