Improve interface of DartToolingDaemon.call() #55999
Labels
area-dart-cli
Use area-dart-cli for issues related to the 'dart' command like tool.
dart-cli-tooling-daemon
Issues related to the 'dart tooling-daemon' tool
P2
A bug or feature request we're likely to work on
pkg-dtd
For issues related to the Dart Tooling Daemon (package:dtd or pkg/dtd_impl within the Dart SDK)
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
type-enhancement
A request for a change that isn't a bug
DartToolingDaemon.call() takes Map<String, Object>? and not Map<String, Object?>? which makes it a little more difficult to use with potentially nullable values.
The text was updated successfully, but these errors were encountered: