ProfilePermissions constructor

ProfilePermissions({
  1. List<String>? effective,
})

Implementation

ProfilePermissions({
  this.effective,
});