move on with the migration
This commit is contained in:
@@ -84,5 +84,6 @@ class OwnUser extends User {
|
||||
/// Serialize to json
|
||||
@override
|
||||
Map<String, dynamic> toJson() => Serialization.moveFromExtraDataToRoot(
|
||||
_$OwnUserToJson(this), topLevelFields);
|
||||
_$OwnUserToJson(this),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user