SearchStickerSet constructor

const SearchStickerSet({
  1. required String name,
})

Searches for a sticker set by its name

Implementation

const SearchStickerSet({
  required this.name,
});