Creates a transmitter that sends data with a parity bit.
ParityTransmitter(super.data, {super.name = 'parity_tx'}) : super(codeWidth: 1);