Fix various Encoding documentation. Fixes #31827, #31828, #31829, #31830, #31831 1. Override documentation for Codec.decoder and Codec.encoder so that mysterious type parameters `T` and `S` don't appear in documentation, e.g. https://api.dartlang.org/stable/2.0.0/dart-convert/Encoding/decoder.html. This fixes the documentation for subclasses, including AsciiCodec, Latin1Codec, Utf8Codec, and SystemEncoding. 2. Fix typo in `const AsciiCodec()`. 3. Override documentation for AsciiCodec.name. 4. Override documentation for Latin1Codec.name. 5. Override documentation for Utf8Codec.name. 6. Document `const SystemEncoding()`. Bug: https://github.com/dart-lang/sdk/issues/31827, https://github.com/dart-lang/sdk/issues/31828, https://github.com/dart-lang/sdk/issues/31829, https://github.com/dart-lang/sdk/issues/31830, https://github.com/dart-lang/sdk/issues/31831 Change-Id: I292e1cbafff991b55ab67dba684692b686f3b8de Reviewed-on: https://dart-review.googlesource.com/c/82788 Reviewed-by: Lasse R.H. Nielsen <lrn@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
Visit the dartlang.org to learn more about the language, tools, getting started, and more.
Browse pub.dartlang.org for more packages and libraries contributed by the community and the Dart team.
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.