boundPort property

int? boundPort

Actual port server is listening on

Implementation

int? get boundPort => _server?.port;