BlogPostCommentModel constructor
BlogPostCommentModel({
- dynamic id,
- String? status,
- String? title,
- dynamic blogPostId,
- Version? version,
- BodyBulk? body,
- CommentLinks? links,
Implementation
BlogPostCommentModel(
{this.id,
this.status,
this.title,
this.blogPostId,
this.version,
this.body,
this.links});