SearchStickerSet constructor
const
SearchStickerSet({
- required String name,
Searches for a sticker set by its name
Implementation
const SearchStickerSet({
required this.name,
});
Searches for a sticker set by its name
const SearchStickerSet({
required this.name,
});