description property
String
get
description
Returns the default description for the role.
Example:
print(RoleType.owner.description);
Implementation
String get description => "This is the default '$name' role";