GiphyGif class

Constructors

GiphyGif({String? title, String? type, required 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})
GiphyGif.fromJson(Map<String, dynamic> json)
factory

Properties

bitlyGifUrl String?
final
bitlyUrl String?
final
contentUrl String?
final
embedUrl String?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
images GiphyImages
final
importDatetime DateTime?
final
isSticker int?
final
rating String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
final
source String?
final
sourcePostUrl String?
final
sourceTld String?
final
title String?
final
trendingDatetime DateTime?
final
type String?
final
url String?
final
user GiphyUser
final
username String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override