Principal constructor

Principal({
  1. required ReadAccessType access,
  2. required String name,
  3. required PrincipalType type,
})

Implementation

Principal({
  required this.access,
  required this.name,
  required this.type,
});