Make the toString of enums be the value if names are omitted (#649)
Use the field index for field numbers in GeneratedMessage.toString if
field names are omitted.
The new test is not run with `make run-tests`. To run manually: (in
protoc_plugin/)
$ dart pub get
$ make protos
$ dart run test/omit_enum_names_test.dart
$ dart -Dprotobuf.omit_enum_names=true run test/omit_enum_names_test.dart
Port of cl/322743819Protocol Buffers (protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
This repository is home to packages related to protobuf for Dart. It contains: