ip property

  1. @TagNumber.new(1)
String get ip

The IP address of the peer.

Implementation

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

Implementation

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