menu
comment_tree package
documentation
data/comment.dart
Comment
Comment.new constructor
Comment.new constructor
dark_mode
light_mode
Comment
constructor
Comment
(
{
required
String
?
avatar
,
required
String
?
userName
,
required
String
?
content
,
})
Implementation
Comment({
required
this
.avatar,
required
this
.userName,
required
this
.content, });
comment_tree package
documentation
data/comment
Comment
Comment.new constructor
Comment class