uri property

Uri get uri

URI for connecting remote terminal clients.

Implementation

Uri get uri =>
    Uri(scheme: 'tcp', host: server.address.address, port: server.port);