primaryPermission property

  1. @TagNumber.new(8)
String get primaryPermission

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);
  1. @TagNumber.new(8)
set primaryPermission (String value)

Implementation

@$pb.TagNumber(8)
set primaryPermission($core.String value) => $_setString(7, value);