RecentSticker constructor

RecentSticker(
  1. Sticker sticker,
  2. int counter
)

Constructor

Implementation

RecentSticker(this.sticker, this.counter);