IamBinding constructor

IamBinding({
  1. String? action,
  2. String? member,
  3. String? role,
})

Implementation

IamBinding({
  this.action,
  this.member,
  this.role,
});