ItemAcl constructor

ItemAcl({
  1. String? aclInheritanceType,
  2. List<Principal>? deniedReaders,
  3. String? inheritAclFrom,
  4. List<Principal>? owners,
  5. List<Principal>? readers,
})

Implementation

ItemAcl({
  this.aclInheritanceType,
  this.deniedReaders,
  this.inheritAclFrom,
  this.owners,
  this.readers,
});