ReorderInstalledStickerSets constructor

ReorderInstalledStickerSets({
  1. StickerType? stickerType,
  2. required List<int> stickerSetIds,
})

Implementation

ReorderInstalledStickerSets({this.stickerType, required this.stickerSetIds});