isSharedServer property

  1. @TagNumber(13)
bool isSharedServer

Implementation

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

Implementation

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