Permission constructor

Permission({
  1. bool? apiDisabled,
  2. String? customRolesSupportLevel,
  3. String? description,
  4. String? name,
  5. bool? onlyInPredefinedRoles,
  6. String? primaryPermission,
  7. String? stage,
  8. String? title,
})

Implementation

Permission({
  this.apiDisabled,
  this.customRolesSupportLevel,
  this.description,
  this.name,
  this.onlyInPredefinedRoles,
  this.primaryPermission,
  this.stage,
  this.title,
});