BlogsModel constructor
BlogsModel({})
Implementation
BlogsModel({
this.kind,
this.id,
this.name,
this.description,
this.published,
this.updated,
this.url,
this.selfLink,
this.error,
this.posts,
this.pages,
this.locale,
});