PostItemModel constructor
PostItemModel({})
Implementation
PostItemModel({
this.kind,
this.id,
this.blogId,
this.published,
this.updated,
this.url,
this.error,
this.selfLink,
this.title,
this.content,
this.author,
this.replies,
this.etag,
this.labels,
});