canMerge method
Checks if this operation can be merged with other.
Implementation
@override
bool canMerge(Op<InteractivePolyline> next) =>
next is MovePointPolylineOp && next.key == key && next.index == index;
Checks if this operation can be merged with other.
@override
bool canMerge(Op<InteractivePolyline> next) =>
next is MovePointPolylineOp && next.key == key && next.index == index;