StickerSet class

A sticker set

Constructors

StickerSet({required String software, required bool isAnimated, StickerData? thumbnail, required List<Sticker> stickers})
Creates new sticker set
StickerSet.fromMap(Map<String, dynamic> map)
Factory from map
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
isAnimated bool
A boolean value that determines whether the sticker set consists of animated stickers
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
software String
A string value that specifies an identifier of the app using the importing library
final
stickers List<Sticker>
A array of stickers
final
thumbnail StickerData?
A thumbnail of the sticker set. iOS only
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Creates map from object
toString() String
A string representation of this object.
inherited

Operators

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