menu
flutter_base_models package
documentation
social/request_anchor_comment.dart
CommentAnchorModel
CommentAnchorModel.new constructor
CommentAnchorModel.new constructor
dark_mode
light_mode
CommentAnchorModel
constructor
CommentAnchorModel
(
{
required
int
index
,
int
count
=
0
,
})
Implementation
CommentAnchorModel({ required this.index, // 评论所在的列表索引页 this.count = 0, // 该种类评论的条数 });
flutter_base_models package
documentation
social/request_anchor_comment
CommentAnchorModel
CommentAnchorModel.new constructor
CommentAnchorModel class