onlyUsedByOwner property
whether the organization(s) using this fragment is the same as the fragment org
Implementation
@$pb.TagNumber(11)
$core.bool get onlyUsedByOwner => $_getBF(9);
Implementation
@$pb.TagNumber(11)
set onlyUsedByOwner($core.bool v) { $_setBool(9, v); }