StickerData class

Sticker data

Constructors

StickerData({String? path, Uint8List? bytes})
Creates new sticker data
StickerData.android(String path)
Android factory
factory
StickerData.fromMap(Map<String, dynamic> map)
Factory from map
factory
StickerData.iOS(Uint8List bytes)
iOS factory
factory

Properties

bytes Uint8List?
Data of the sticker. Only for iOS
final
hashCode int
The hash code for this object.
no setteroverride
path String?
The path to the sticker. Only for android
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
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