description property

  1. @TagNumber.new(12)
String get description

The description of the role

Implementation

@$pb.TagNumber(12)
$core.String get description => $_getSZ(4);
  1. @TagNumber.new(12)
set description (String value)

Implementation

@$pb.TagNumber(12)
set description($core.String value) => $_setString(4, value);