encodeTo method
Convert self to a slice and append it to the destination.
Implementation
@override
void encodeTo(ApiVersion value, Output output) {
U64Codec.codec.encodeTo(value.id, output);
U64Codec.codec.encodeTo(value.id, output);
}
Convert self to a slice and append it to the destination.
@override
void encodeTo(ApiVersion value, Output output) {
U64Codec.codec.encodeTo(value.id, output);
U64Codec.codec.encodeTo(value.id, output);
}