Remove redundant check in PbMap equality check (#604)

Since we check that both maps have same number of keys, the check
comparing each key in one of the maps with the value of the key in the
other map is enough to make sure both maps have the same set of keys.
1 file changed
tree: c2218af9c667b709c0fbee2ab06776ef1905e7d6
  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: