66ba0cf14f
We only need to adjust a private constructor to make it non-late [1] [2]. [1]: https://dart.dev/effective-dart/usage#dont-use-late-when-a-constructor-initializer-list-will-do [2]: https://dart.dev/effective-dart/design#avoid-public-late-final-fields-without-initializers Change-Id: Ia063718104027a1cec147ca94d7ce34a661f5efd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/435000 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
A library to access the VM Service Protocol.
Usage
See the example for a simple use of the library's API.
The VM Service Protocol specification can be found at github.com/dart-lang/sdk/runtime/vm/service/service.md.
Features and bugs
Please file feature requests and bugs at the issue tracker.