WhatsappStickers class

Constructors

WhatsappStickers({required String identifier, required String name, required String publisher, required WhatsappStickerImage trayImageFileName, String? publisherWebsite, String? privacyPolicyWebsite, String? licenseAgreementWebsite})

Properties

hashCode int
The hash code for this object.
no setterinherited
identifier String
final
licenseAgreementWebsite String?
getter/setter pair
name String
final
privacyPolicyWebsite String?
getter/setter pair
publisher String
final
publisherWebsite String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trayImageFileName WhatsappStickerImage
final

Methods

addSticker(WhatsappStickerImage image, List<String> emojis) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendToWhatsApp() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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