CreateRoleSetRequest constructor
CreateRoleSetRequest({})
Returns a new CreateRoleSetRequest instance.
Implementation
CreateRoleSetRequest({
required this.name,
this.key,
this.description,
required this.defaultRoleKey,
required this.creatorRoleKey,
this.type,
this.roles = const [],
});