port property Null safety

int port

The port that the server is listening on.

This is the actual port used when a port of zero is specified in the bind or bindSecure call.

Implementation

int get port;