StickerData constructor

StickerData({
  1. String? path,
  2. Uint8List? bytes,
})

Creates new sticker data

Implementation

StickerData({this.path, this.bytes});