GiphyUser constructor

GiphyUser(
  1. {String? avatarUrl,
  2. String? bannerUrl,
  3. String? profileUrl,
  4. String? username,
  5. String? displayName,
  6. String? twitter,
  7. String? guid,
  8. String? metadataDescription,
  9. String? attributionDisplayName,
  10. String? name,
  11. String? description,
  12. String? facebookUrl,
  13. String? twitterUrl,
  14. String? instagramUrl,
  15. String? tumblrUrl,
  16. bool? suppressChrome,
  17. String? websiteUrl,
  18. 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,
});