Checks if this operation can be merged with other.
other
@override bool canMerge(Op<Marker> next) => next is MoveMarkerOp && next.key == key;