cacheRawData property
bool
get
cacheRawData
Whether cache raw data if you need to get raw data directly. For example, we need raw image data to edit, but ui.Image.toByteData() is very slow. So we cache the image data here.
Implementation
bool get cacheRawData;