primaryPermission property
The preferred name for this permission. If present, then this permission is an alias of, and equivalent to, the listed primary_permission.
Implementation
@$pb.TagNumber(8)
$core.String get primaryPermission => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set primaryPermission($core.String value) => $_setString(7, value);