blockNotifyPort property

  1. @TagNumber(49)
int get blockNotifyPort

Implementation

@$pb.TagNumber(49)
$core.int get blockNotifyPort => $_getIZ(48);
  1. @TagNumber(49)
set blockNotifyPort (int v)

Implementation

@$pb.TagNumber(49)
set blockNotifyPort($core.int v) { $_setSignedInt32(48, v); }