udpPort property

int? get udpPort

Returns the UDP port number if present

Implementation

int? get udpPort => _parsePort(valueForProtocol('udp'));