port property

  1. @TagNumber.new(2)
String get port

Required. Specifies the destination port to match against.

Implementation

@$pb.TagNumber(2)
$core.String get port => $_getSZ(1);
  1. @TagNumber.new(2)
set port (String v)

Implementation

@$pb.TagNumber(2)
set port($core.String v) {
  $_setString(1, v);
}