Acl constructor

Acl({
  1. String? etag,
  2. List<AclRule>? items,
  3. String? kind,
  4. String? nextPageToken,
  5. String? nextSyncToken,
})

Implementation

Acl({
  this.etag,
  this.items,
  this.kind,
  this.nextPageToken,
  this.nextSyncToken,
});