localPort property

int? get localPort

Get local port (null if not bound)

Implementation

int? get localPort => _localPort;