AclRuleScope constructor

AclRuleScope({
  1. String? type,
  2. String? value,
})

Implementation

AclRuleScope({
  this.type,
  this.value,
});