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