Merges this operation with other, returning a new operation.
other
@override MarkerOp merge(Op<Marker> next) { if (next is MoveMarkerOp) { return MoveMarkerOp(key: key, from: from, to: next.to); } return this; }