Calculates the XOR of in0 and in1.
in0
in1
Xor2Gate(Logic in0, Logic in1, {String name = 'xor'}) : super((a, b) => a ^ b, '^', in0, in1, name: name);