RecentGiphyGif constructor

RecentGiphyGif(
  1. GiphyGif gif,
  2. int counter
)

Constructor

Implementation

RecentGiphyGif(this.gif, this.counter);