group property

  1. @TagNumber.new(3)
String get group

The group the role belongs to. This is used to group roles in the UI.

Implementation

@$pb.TagNumber(3)
$core.String get group => $_getSZ(2);
  1. @TagNumber.new(3)
set group (String value)

Implementation

@$pb.TagNumber(3)
set group($core.String value) => $_setString(2, value);