GiphyUser class

Contains information about the user associated with a GIF and URLs to assets such as that user's avatar image, GIPHY profile, and more.

Constructors

GiphyUser({String? avatarUrl, String? bannerUrl, String? profileUrl, String? username, String? displayName, String? twitter, String? guid, String? metadataDescription, String? attributionDisplayName, String? name, String? description, String? facebookUrl, String? twitterUrl, String? instagramUrl, String? tumblrUrl, bool? suppressChrome, String? websiteUrl, String? websiteDisplayUrl})
GiphyUser.fromJson(Map<String, dynamic> json)
factory

Properties

attributionDisplayName String?
final
avatarUrl String?
final
bannerUrl String?
final
description String?
final
displayName String?
final
facebookUrl String?
final
guid String?
final
hashCode int
The hash code for this object.
no setteroverride
instagramUrl String?
final
metadataDescription String?
final
name String?
final
profileUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppressChrome bool?
final
tumblrUrl String?
final
twitter String?
final
twitterUrl String?
final
username String?
final
websiteDisplayUrl String?
final
websiteUrl 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