port property
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;
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
int get port => _socketPort;