Principal constructor

Principal({
  1. String? id,
  2. List<PermissionInfo>? roles,
  3. PrincipalType? type,
})

Implementation

Principal({
  this.id,
  this.roles,
  this.type,
});