port property Null safety

int port
read / write

The port to listen for HTTP requests on.

Defaults to 8888.

Implementation

int port = 8888;