GiphyUser class

Contains information about a GIPHY contributor

Constructors

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

Properties

attributionDisplayName String?
Name to be shown for attribution
final
avatarUrl String?
The URL for this user's avatar image.
final
bannerUrl String?
The URL for the banner image that appears atop this user's profile page.
final
description String?
The description
final
displayName String?
The display name associated with this user (contains formatting the base username might not).
final
facebookUrl String?
Facebook URL of the user
final
guid String?
global unique ID of the user
final
hashCode int
The hash code for this object.
no setteroverride
instagramUrl String?
Instagram URL of the user
final
metadataDescription String?
meta data description
final
name String?
The name of the user
final
profileUrl String?
The URL for this user's GIPHY profile.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppressChrome bool?
Should UI chrome be suppressed
final
tumblrUrl String?
Tumblr URL of the user
final
twitter String?
Twitter name of the user
final
twitterUrl String?
Twitter URL of the user
final
username String?
The username associated with this user.
final
websiteDisplayUrl String?
Website name
final
websiteUrl String?
Website URL of the user
final

Methods

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

Operators

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