GiphyUser class

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

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