layerCacheBytes property Null safety

int layerCacheBytes

The number of bytes of image data used to cache layers during the frame.

See also layerCacheCount, layerCacheMegabytes, pictureCacheCount and pictureCacheBytes.

Implementation

int get layerCacheBytes => _rawInfo(_FrameTimingInfo.layerCacheBytes);