port property
int
get
port
Represents the port of the server. The default value is 8080
.
Implementation
int get port => platform.port;
Represents the port of the server. The default value is 8080
.
int get port => platform.port;