Inline _inRange (#78)

_inRange is usually one of the most called methods and the lack of type annotations make it so all these are dynamic unnecessarily.

Since the only usages of this are private, the method was inlined rather than adding type annotations.
1 file changed
tree: 2536f0544f012711a0539bba262f5c00c88badb1
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. .test_config
  6. .travis.yml
  7. analysis_options.yaml
  8. AUTHORS
  9. CHANGELOG.md
  10. codereview.settings
  11. CONTRIBUTING.md
  12. LICENSE
  13. PATENTS
  14. pubspec.yaml
  15. README.md
README.md

Build Status pub package

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