TransitiveMembershipRole constructor

TransitiveMembershipRole({
  1. String? role,
})

Implementation

TransitiveMembershipRole({
  this.role,
});