port property
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
@override
int get port => 0;
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.
@override
int get port => 0;