FooterCommentModel constructor
FooterCommentModel({
- dynamic id,
- String? status,
- String? title,
- dynamic blogPostId,
- dynamic pageId,
- dynamic parentCommentId,
- Version? version,
- BodySingle? body,
- CommentLinks? links,
Implementation
FooterCommentModel(
{this.id,
this.status,
this.title,
this.blogPostId,
this.pageId,
this.parentCommentId,
this.version,
this.body,
this.links});