encodeTo method
Convert self to a slice and append it to the destination.
Implementation
@override
void encodeTo(RuntimeMetadataPrefixed metadata, Output output) {
U32Codec.codec.encodeTo(META_RESERVED, output);
U8Codec.codec.encodeTo(metadata.metadata.runtimeMetadataVersion(), output);
}