fix game comment children
This commit is contained in:
parent
61bbd6ae0d
commit
d1cf973a16
|
@ -283,7 +283,7 @@ class CommentBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// 子评论
|
/// 子评论
|
||||||
class ChildOfComment extends Comment {
|
class ChildOfComment extends CommentBase {
|
||||||
late String parent;
|
late String parent;
|
||||||
|
|
||||||
ChildOfComment.fromJson(Map<String, dynamic> json) : super.fromJson(json) {
|
ChildOfComment.fromJson(Map<String, dynamic> json) : super.fromJson(json) {
|
||||||
|
|
Loading…
Reference in New Issue