isPublic property
Denotes if the field is public (field shall be visible on any custom designed public interfaces)
Implementation
@$pb.TagNumber(33)
$core.bool get isPublic => $_getBF(14);
Implementation
@$pb.TagNumber(33)
set isPublic($core.bool value) => $_setBool(14, value);