GiphyUser constructor
GiphyUser({
- String? avatarUrl,
- String? bannerUrl,
- String? profileUrl,
- String? username,
- String? displayName,
- String? twitter,
- String? guid,
- String? metadataDescription,
- String? attributionDisplayName,
- String? name,
- String? description,
- String? facebookUrl,
- String? twitterUrl,
- String? instagramUrl,
- String? tumblrUrl,
- bool? suppressChrome,
- String? websiteUrl,
- String? websiteDisplayUrl,
Implementation
GiphyUser({
this.avatarUrl,
this.bannerUrl,
this.profileUrl,
this.username,
this.displayName,
this.twitter,
this.guid,
this.metadataDescription,
this.attributionDisplayName,
this.name,
this.description,
this.facebookUrl,
this.twitterUrl,
this.instagramUrl,
this.tumblrUrl,
this.suppressChrome,
this.websiteUrl,
this.websiteDisplayUrl,
});