tcpPort property

int? get tcpPort

Port Getters Returns the TCP port number if present

Implementation

/// Returns the TCP port number if present
int? get tcpPort => _parsePort(valueForProtocol('tcp'));