pngCache property

Map<int, List<int>> pngCache
getter/setter pair

PNG cache.

Implementation

static Map<int, List<int>> pngCache = {};