PostComments constructor
PostComments({})
Implementation
PostComments(
{this.kind,
this.id,
this.postId,
this.blogId,
this.published,
this.updated,
this.selfLink,
this.content,
this.author,
this.error});