allowPublic property

  1. @TagNumber(7)
bool get allowPublic

Implementation

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

Implementation

@$pb.TagNumber(7)
set allowPublic($core.bool value) => $_setBool(6, value);