FooterCommentModel constructor
FooterCommentModel({
- String? id,
- String? status,
- String? title,
- String? blogPostId,
- String? pageId,
- String? 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});