GiphyData class
Constructors
- 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})
-
const
-
GiphyData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- analytics → Analytics?
-
final
- analyticsResponsePayload → String?
-
final
- bitlyGifUrl → String?
-
final
- bitlyUrl → String?
-
final
- contentUrl → String?
-
final
- embedUrl → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- images → GifImages?
-
final
- importDatetime → DateTime?
-
final
- isSticker → int?
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- 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
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - title → String?
-
final
- trendingDatetime → String?
-
final
- type → String?
-
final
- url → String?
-
final
- user → User?
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited