acl property Null safety
Gets the ACL for this object.
Implementation
LCACL? get acl => this['ACL'];
Sets the ACL to be used for this object.
Implementation
set acl(LCACL? value) => this['ACL'] = value!;
Gets the ACL for this object.
LCACL? get acl => this['ACL'];
Sets the ACL to be used for this object.
set acl(LCACL? value) => this['ACL'] = value!;