port property

int? get port

The bound port (null before start).

Implementation

int? get port => _server?.port;