acl property

LCACL? acl

Gets the ACL for this object.

Implementation

LCACL? get acl => this['ACL'];
void acl=(LCACL? value)

Sets the ACL to be used for this object.

Implementation

set acl(LCACL? value) => this['ACL'] = value!;