Skip to content

Commit 32a68db

Browse files
yulingtianxiaphillwiggins
authored andcommitted
Fix user clone issue. (#185)
1 parent d9dd5fe commit 32a68db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/src/objects/parse_user.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ class ParseUser extends ParseObject implements ParseCloneable {
3131

3232
ParseUser.forQuery() : super(keyClassUser);
3333

34-
@override
35-
dynamic clone(Map<String, dynamic> map) {
36-
return fromJson(map);
37-
}
38-
3934
static const String keyEmailVerified = 'emailVerified';
4035
static const String keyUsername = 'username';
4136
static const String keyEmailAddress = 'email';

0 commit comments

Comments
 (0)