GiphyGif class Null safety
Constructors
- GiphyGif({required String? title, required String? type, required String? id, required String? slug, required String? url, required String? bitlyGifUrl, required String? bitlyUrl, required String? embedUrl, required String? username, required String? source, required String? rating, required String? contentUrl, required String? sourceTld, required String? sourcePostUrl, required int? isSticker, required DateTime? importDatetime, required DateTime? trendingDatetime, required GiphyUser? user, required GiphyImages? images})
-
GiphyGif.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bitlyGifUrl ↔ String?
-
read / write
- bitlyUrl ↔ String?
-
read / write
- contentUrl ↔ String?
-
read / write
- embedUrl ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- id ↔ String?
-
read / write
- images ↔ GiphyImages?
-
read / write
- importDatetime ↔ DateTime?
-
read / write
- isSticker ↔ int?
-
read / write
- rating ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- slug ↔ String?
-
read / write
- source ↔ String?
-
read / write
- sourcePostUrl ↔ String?
-
read / write
- sourceTld ↔ String?
-
read / write
- title ↔ String?
-
read / write
- trendingDatetime ↔ DateTime?
-
read / write
- type ↔ String?
-
read / write
- url ↔ String?
-
read / write
- user ↔ GiphyUser?
-
read / write
- username ↔ 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