Document why we add '$' prefix to result local in constructors (#870)

We used to add a prefix before, but when I brought back the constructor
arguments I didn't include it because (1) the previous prefix was `_` which
caused lint errors (2) there were no tests or documentation on why the prefix
was needed.

Document it now so that it won't be removed again.

(I couldn't add this in #869 as I didn't have push access to the PR's repo)
1 file changed
tree: acab702f288fc2d64811c38b54d9f97d06c95a54
  1. .github/
  2. api_benchmark/
  3. benchmarks/
  4. protobuf/
  5. protoc_plugin/
  6. tool/
  7. .gitignore
  8. analysis_options.yaml
  9. AUTHORS
  10. LICENSE
  11. mono_repo.yaml
  12. README.md
README.md

CI status

Protobuf support for Dart

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.

PackageDescriptionPublished Version
protobufA support library for the generated codepub package
protoc_pluginA Dart back-end for the protoc compilerpub package
api_benchmarkBenchmarking for various API calls
query_benchmarkBenchmark for encoding and decoding of a “real-world” protobuf

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.