AclRule constructor
AclRule({
- String? etag,
- String? id,
- String? kind,
- String? role,
- AclRuleScope? scope,
Implementation
AclRule({this.etag, this.id, this.kind, this.role, this.scope});