GiphyData constructor

const GiphyData({
  1. String? type,
  2. String? id,
  3. String? url,
  4. String? slug,
  5. String? bitlyGifUrl,
  6. String? bitlyUrl,
  7. String? embedUrl,
  8. String? username,
  9. String? source,
  10. String? title,
  11. String? rating,
  12. String? contentUrl,
  13. String? sourceTld,
  14. String? sourcePostUrl,
  15. int? isSticker,
  16. DateTime? importDatetime,
  17. String? trendingDatetime,
  18. GifImages? images,
  19. User? user,
  20. String? analyticsResponsePayload,
  21. Analytics? analytics,
})

Implementation

const GiphyData({
  this.type,
  this.id,
  this.url,
  this.slug,
  this.bitlyGifUrl,
  this.bitlyUrl,
  this.embedUrl,
  this.username,
  this.source,
  this.title,
  this.rating,
  this.contentUrl,
  this.sourceTld,
  this.sourcePostUrl,
  this.isSticker,
  this.importDatetime,
  this.trendingDatetime,
  this.images,
  this.user,
  this.analyticsResponsePayload,
  this.analytics,
});