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