StickerData class

Constructors

StickerData({String? path, Uint8List? bytes})
StickerData.android(String path)
factory
StickerData.fromMap(Map<String, dynamic> map)
factory
StickerData.iOS(Uint8List bytes)
factory

Properties

bytes Uint8List?
final
hashCode int
The hash code for this object.
no setteroverride
path String?
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