operator [] method

GiphyGif? operator [](
  1. int index
)

Retrieves the gif with the given index from the cache, if already present

Implementation

GiphyGif? operator [](int index) => _cache[index];