layerCacheMegabytes property
The number of megabytes of image data used to cache layers during the frame.
See also layerCacheCount, layerCacheBytes, pictureCacheCount and pictureCacheBytes.
Implementation
double get layerCacheMegabytes => layerCacheBytes / 1024.0 / 1024.0;