PermissionInfo constructor

PermissionInfo({
  1. RoleType? role,
  2. RolePermissionType? type,
})

Implementation

PermissionInfo({
  this.role,
  this.type,
});