destinationPort property
Destination port. Only valid when protocol is TCP or UDP.
Implementation
@$pb.TagNumber(5)
$core.int get destinationPort => $_getIZ(4);
Implementation
@$pb.TagNumber(5)
set destinationPort($core.int v) {
$_setSignedInt32(4, v);
}