port property
int
get
port
The port number the underlying server is listening on.
Implementation
int get port => _server.port;
The port number the underlying server is listening on.
int get port => _server.port;