Convert self to a slice and append it to the destination.
@override void encodeTo(bool value, Output output) { return output.pushByte(value ? 1 : 0); }