arbitratorNodeAddress property

  1. @TagNumber(18)
String get arbitratorNodeAddress

Implementation

@$pb.TagNumber(18)
$core.String get arbitratorNodeAddress => $_getSZ(17);
  1. @TagNumber(18)
set arbitratorNodeAddress (String v)

Implementation

@$pb.TagNumber(18)
set arbitratorNodeAddress($core.String v) { $_setString(17, v); }