Migrate the rest of package:dwds to null safety (#1689)

* Migrate debugging/inspector.dart to null safety

* Migrate expression evaluator to null safety

* format

* Fix failing tests

* Migrate services/chrome_proxu_service.dart to null safety

* Migrate rest of the services and dwds_vm_client to null safety

* Migrate package:dwds to null safety

* Make inspector.getObject  return non-null value

* Remove unused parameter restoreBreakpoint in tests

* Cleanup error messages in Inspector._getScript

* Cleanup

* Fixed spelling error
8 files changed
tree: 002e26cf29a57bd5bf434aeed30b90131d78a9b0
  1. .github/
  2. dwds/
  3. example/
  4. fixtures/
  5. frontend_server_client/
  6. frontend_server_common/
  7. tool/
  8. webdev/
  9. .gitattributes
  10. .gitignore
  11. analysis_options.yaml
  12. AUTHORS
  13. CONTRIBUTING.md
  14. mono_repo.yaml
  15. README.md
README.md

Dart

dwds Pub Package

A service that proxies between the Chrome debug protocol and the Dart VM service protocol.

webdev Pub Package

A command-line tool for developing and deploying web applications with Dart.