isSharedServer property

  1. @TagNumber(13)
bool get isSharedServer

Implementation

@$pb.TagNumber(13)
$core.bool get isSharedServer => $_getBF(12);
  1. @TagNumber(13)
set isSharedServer (bool v)

Implementation

@$pb.TagNumber(13)
set isSharedServer($core.bool v) { $_setBool(12, v); }