GiphyUser class Null safety
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?
-
read / write
- avatarUrl ↔ String?
-
read / write
-
read / write
- description ↔ String?
-
read / write
- displayName ↔ String?
-
read / write
- facebookUrl ↔ String?
-
read / write
- guid ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, override
- instagramUrl ↔ String?
-
read / write
- metadataDescription ↔ String?
-
read / write
- name ↔ String?
-
read / write
- profileUrl ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- suppressChrome ↔ bool?
-
read / write
- tumblrUrl ↔ String?
-
read / write
- twitter ↔ String?
-
read / write
- twitterUrl ↔ String?
-
read / write
- username ↔ String?
-
read / write
- websiteDisplayUrl ↔ String?
-
read / write
- websiteUrl ↔ String?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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