GiphyLoopingImage class

Data on the 15 second version of the GIF looping.

Constructors

GiphyLoopingImage({required String mp4, String? mp4Size})
Creates a new looping image
const
GiphyLoopingImage.fromJson(Map<String, dynamic> json)
Creates a new looping image from json
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
mp4 String
The URL for this GIF in .MP4 format.
final
mp4Size String?
The size of this file in bytes.
final
mp4SizeInt int?
The size of this file in bytes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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