fix game comment children

This commit is contained in:
niuhuan 2021-11-16 16:44:15 +08:00
parent 61bbd6ae0d
commit d1cf973a16
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ class CommentBase {
}
///
class ChildOfComment extends Comment {
class ChildOfComment extends CommentBase {
late String parent;
ChildOfComment.fromJson(Map<String, dynamic> json) : super.fromJson(json) {