StickerPack class
A StickerPack that can be added to Whatsapp
For more information see the WhatsApp docs
Constructors
-
StickerPack({required String identifier, required String name, required String publisher, String? trayImage, List<
String> ? stickers, bool animatedStickerPack = false, bool avoidCache = false, String? publisherEmail, String? publisherWebsite, String? privacyPolicyWebsite, String? licenseAgreementWebsite, String? iosAppStoreLink, String? androidPlayStoreLink})
Properties
- androidPlayStoreLink ↔ String?
-
getter/setter pair
- animatedStickerPack ↔ bool
-
If the StickerPack contains animated or static stickers
getter/setter pair
- avoidCache ↔ bool
-
If WhatsApp should not cache stickers
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier ↔ String
-
Unique id
getter/setter pair
- iosAppStoreLink ↔ String?
-
getter/setter pair
-
json
→ Map<
String, dynamic> -
no setter
- licenseAgreementWebsite ↔ String?
-
getter/setter pair
- name ↔ String
-
Name
getter/setter pair
- privacyPolicyWebsite ↔ String?
-
getter/setter pair
- publisher ↔ String
-
Author name
getter/setter pair
- publisherEmail ↔ String?
-
getter/setter pair
- publisherWebsite ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stickers
↔ List<
String> -
The paths to the sticker webp files
getter/setter pair
- trayImage ↔ String?
-
Path to tray image png file
getter/setter pair
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