User constructor
User({})
Implementation
User({
this.about,
this.blogs,
this.created,
this.displayName,
this.id,
this.kind,
this.locale,
this.selfLink,
this.url,
});
User({
this.about,
this.blogs,
this.created,
this.displayName,
this.id,
this.kind,
this.locale,
this.selfLink,
this.url,
});