svgCache property

Map<String, SvgData> svgCache
getter/setter pair

A static cache of SVG data. The cache is a map, where the key is a unique identifier for the SVG, and the value is an instance of the SvgData class.

Implementation

static Map<String, SvgData> svgCache = <String, SvgData>{};