class RoleDraft { final String name; final String description; const RoleDraft({ required this.name, required this.description, }); }