diff --git a/lib/src/objects/parse_base.dart b/lib/src/objects/parse_base.dart index ccb9e72a5..8a466be43 100644 --- a/lib/src/objects/parse_base.dart +++ b/lib/src/objects/parse_base.dart @@ -203,7 +203,7 @@ abstract class ParseBase { ///Set the [ParseACL] governing this object. void setACL(ParseACL acl) { - _getObjectData()[keyVarAcl] = acl; + set(keyVarAcl, acl); } ///Access the [ParseACL] governing this object.