GiphyData constructor
const
GiphyData({
- String? type,
- String? id,
- String? url,
- String? slug,
- String? bitlyGifUrl,
- String? bitlyUrl,
- String? embedUrl,
- String? username,
- String? source,
- String? title,
- String? rating,
- String? contentUrl,
- String? sourceTld,
- String? sourcePostUrl,
- int? isSticker,
- DateTime? importDatetime,
- String? trendingDatetime,
- GifImages? images,
- User? user,
- String? analyticsResponsePayload,
- 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,
});