gifCache property

Map<String, GifAtlas> gifCache
getter/setter pair

A static cache of GIF images. The cache is a map, where the key is a unique identifier for the GIF, and the value is an instance of the GifAtlas class.

Implementation

static Map<String, GifAtlas> gifCache = <String, GifAtlas>{};