Skip to content

Copy an object #325

Closed
Closed
@fischerscode

Description

@fischerscode

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions