Remove unused `GeneratedMessage` constructors (#634)

`fromBuffer` and `fromJson` constructors can only be called in
`GeneratedMessage` subclasses, and we stopped calling them in #253
(merged as 481380e). They're now unused and unusable so it's safe to
remove them.
4 files changed
tree: a8b0190cc7f16f8548e532e5101aa738d5a3c40a
  1. .github/
  2. api_benchmark/
  3. protobuf/
  4. protoc_plugin/
  5. query_benchmark/
  6. tool/
  7. .gitignore
  8. analysis_options.yaml
  9. mono_repo.yaml
  10. README.md
README.md

Protobuf support for Dart

CI status pub package

Protocol 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: