cacheSize property
int
get
cacheSize
Number of icons currently cached. Exposed for tests and diagnostics.
Implementation
static int get cacheSize => _cache.length;
Number of icons currently cached. Exposed for tests and diagnostics.
static int get cacheSize => _cache.length;