menu
feed_plugin package
documentation
models/post_comment_model.dart
PostCommentModel
PostCommentModel constructor
PostCommentModel constructor
dark_mode
light_mode
PostCommentModel
constructor
PostCommentModel
(
{
int
?
id
,
UserModel
?
user
,
PostModel
?
post
,
DateTime
?
createdAt
,
String
?
comment
,
})
Implementation
PostCommentModel({ this.id, this.user, this.post, this.createdAt, this.comment, });
feed_plugin package
documentation
models/post_comment_model
PostCommentModel
PostCommentModel constructor
PostCommentModel class