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