SearchStickerSets constructor
SearchStickerSets({
- StickerType? stickerType,
- required String query,
Implementation
SearchStickerSets({this.stickerType, required this.query});