SearchStickerSets constructor

SearchStickerSets({
  1. StickerType? stickerType,
  2. required String query,
})

Implementation

SearchStickerSets({this.stickerType, required this.query});