sendLogsToClient property
Whether to send debug logging to clients in a custom dart.log
event. This
is used both by the out-of-process tests to ensure the logs contain enough
information to track down issues, but also by Dart-Code to capture VM
service traffic in a unified log file.
Implementation
final bool? sendLogsToClient;