getPort method Null safety
override
Returns the port that the server is listening on.
Implementation
@override
int getPort() {
return _port;
}
Returns the port that the server is listening on.
@override
int getPort() {
return _port;
}