BlogPostCommentModel constructor
BlogPostCommentModel({})
Implementation
BlogPostCommentModel(
{this.id,
this.status,
this.title,
this.blogPostId,
this.version,
this.body,
this.links});
BlogPostCommentModel(
{this.id,
this.status,
this.title,
this.blogPostId,
this.version,
this.body,
this.links});