allowPublicApiAccess property

  1. @TagNumber(7)
bool get allowPublicApiAccess

Implementation

@$pb.TagNumber(7)
$core.bool get allowPublicApiAccess => $_getBF(6);
  1. @TagNumber(7)
set allowPublicApiAccess (bool v)

Implementation

@$pb.TagNumber(7)
set allowPublicApiAccess($core.bool v) { $_setBool(6, v); }