GiphyGif constructor
GiphyGif({
- String? title,
- String? type,
- String? id,
- String? slug,
- String? url,
- String? bitlyGifUrl,
- String? bitlyUrl,
- String? embedUrl,
- String? username,
- String? source,
- String? rating,
- String? contentUrl,
- String? sourceTld,
- String? sourcePostUrl,
- int? isSticker,
- DateTime? importDatetime,
- DateTime? trendingDatetime,
- GiphyUser? user,
- GiphyImages? images,
Implementation
GiphyGif({
this.title,
this.type,
this.id,
this.slug,
this.url,
this.bitlyGifUrl,
this.bitlyUrl,
this.embedUrl,
this.username,
this.source,
this.rating,
this.contentUrl,
this.sourceTld,
this.sourcePostUrl,
this.isSticker,
this.importDatetime,
this.trendingDatetime,
this.user,
this.images,
});