port property

int port

Get the port that the server is listening on. If the server is not yet ready, this will return null. First await on the Server.ready before getting this

Implementation

int get port => _socketPort;