serviceUri property

String? serviceUri
getter/setter pair

The URI of the most recent VM service connection service.

We store this in a local variable so that we still have access to it when the VM service closes.

Implementation

String? serviceUri;