serverUri property - ServiceProtocolInfo class - dart:developer library (original) (raw)

description

Uri?serverUri

final

The Uri to connect to the debugger client hosted by the service. If the web server is not running, this will be null.

Implementation

final Uri? serverUri;