Principal constructor
Principal({
- String? id,
- List<
PermissionInfo> ? roles, - PrincipalType? type,
Implementation
Principal({
this.id,
this.roles,
this.type,
});