AclRule constructor

AclRule({
  1. String? etag,
  2. String? id,
  3. String? kind,
  4. String? role,
  5. AclRuleScope? scope,
})

Implementation

AclRule({
  this.etag,
  this.id,
  this.kind,
  this.role,
  this.scope,
});