FooterCommentModel constructor

FooterCommentModel({
  1. dynamic id,
  2. String? status,
  3. String? title,
  4. dynamic blogPostId,
  5. dynamic pageId,
  6. dynamic parentCommentId,
  7. Version? version,
  8. BodySingle? body,
  9. CommentLinks? links,
})

Implementation

FooterCommentModel(
    {this.id,
    this.status,
    this.title,
    this.blogPostId,
    this.pageId,
    this.parentCommentId,
    this.version,
    this.body,
    this.links});