Simplify some types used in is checks and correct PbList to match the typical signature used by the setRange method.

BUG=
R=cbracken@google.com

Review URL: https://chromiumcodereview.appspot.com//876463003
4 files changed
tree: 0de1c91693a8a1dcf17a797964e6f033d57853a7
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. AUTHORS
  6. CHANGELOG.md
  7. codereview.settings
  8. CONTRIBUTING.md
  9. LICENSE
  10. PATENTS
  11. pubspec.yaml
  12. README.md
README.md

Provides runtime support for a Dart implementation of protobufs.

Build Status

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