User constructor
User({})
Implementation
User({
this.avatarUrl,
this.bannerImage,
this.bannerUrl,
this.profileUrl,
this.username,
this.displayName,
this.description,
this.instagramUrl,
this.websiteUrl,
this.isVerified,
});