dtdUri property

Uri? dtdUri
final

The Uri of the Dart Tooling Daemon instance that is hosted by DevTools.

This will be null if DTD was not started by the DevTools server. For example, it may have been started by an IDE.

Implementation

final Uri? dtdUri;