Closed
Description
As described on #267, I am trying to copy an ordinary ParseObject.
object?.clone(object?.toJson(full: true));
This throws an error for me:
Unhandled Exception: type 'ParseACL' is not a subtype of type 'Map<String, dynamic>'
This makes sens, as _getObjectData()[keyVarAcl] = ParseACL().fromJson(value);
is called in parse_base.dart (line 139). With value being a ParseACL and fromJson taking a Map.
Am I just stupid or is there something wrong?
Metadata
Metadata
Assignees
Labels
No labels