GiphyStickerProvider class

A GIPHY sticker provider.

Constructors

GiphyStickerProvider(String apiKey, {String? language, String? rating})
Creates a new instance.

Properties

apiKey String
The key used to authorize API requests, obtained from GIPHY.
final
hashCode int
The hash code for this object.
no setterinherited
language String?
The default language for regional content in 2-letter ISO 639-1 language code. If null the language setting of the current locale is used.
final
rating String?
The audience category used for content filtering. Available values are "g", "pg", "pg-13", "r".
final
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
toString() String
A string representation of this object.
inherited

Operators

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