writeTextFormat method

void writeTextFormat(
  1. StringSink sink
)

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);
}