encodeTo method
Convert self to a slice and append it to the destination.
Implementation
@override
void encodeTo(OuterEnumMetadata metadata, Output output) {
TypeIdCodec.codec.encodeTo(metadata.callType, output);
TypeIdCodec.codec.encodeTo(metadata.eventType, output);
TypeIdCodec.codec.encodeTo(metadata.errorType, output);
}