writeTextFormat method
Writes a TextFormat String representation of this message to sink.
Spec: https://protobuf.dev/reference/protobuf/textformat-spec/
Implementation
void writeTextFormat(StringSink sink) {
_fieldSet.writeTextFormat(sink);
}
Writes a TextFormat String representation of this message to sink.
Spec: https://protobuf.dev/reference/protobuf/textformat-spec/
void writeTextFormat(StringSink sink) {
_fieldSet.writeTextFormat(sink);
}