port property - HttpServer class - dart:io library (original) (raw)
int getport
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;
int getport
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.
int get port;