Use for syntax instead of forEach() when calculating hashCodes.

BUG=https://github.com/dart-lang/dart-protobuf/issues/42
R=skybrian@google.com

Review-Url: https://codereview.chromium.org//2597833003 .
3 files changed
tree: d196e97013ec8ab9d7d0e5efaa87552951071338
  1. lib/
  2. test/
  3. .analysis_options
  4. .gitignore
  5. .status
  6. .test_config
  7. AUTHORS
  8. CHANGELOG.md
  9. codereview.settings
  10. CONTRIBUTING.md
  11. LICENSE
  12. PATENTS
  13. pubspec.yaml
  14. README.md
README.md

Provides runtime support for a Dart implementation of protobufs.

Typically one do not need to import this library–only libraries generated by the protoc plugin import this library directly.

If your library or application uses generated protobuf libraries, add this library as a dependency.

References