PolicyRole constructor

PolicyRole({
  1. String? roleId,
  2. String? roleName,
})

Implementation

PolicyRole({
  this.roleId,
  this.roleName,
});