Principal constructor
Principal({
- required ReadAccessType access,
- required String name,
- required PrincipalType type,
Implementation
Principal({
required this.access,
required this.name,
required this.type,
});