port property

  1. @override
int get port

The port the tooling server is running on

Implementation

@override
int get port => _server.port;