FooterCommentModel constructor

FooterCommentModel({
  1. String? id,
  2. String? status,
  3. String? title,
  4. String? blogPostId,
  5. String? pageId,
  6. String? 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});