UpdateRecentStickers constructor

UpdateRecentStickers({
  1. required bool isAttached,
  2. required List<int> stickerIds,
})

Implementation

UpdateRecentStickers({required this.isAttached, required this.stickerIds});