imgBytesLoaded property
int
get
imgBytesLoaded
Returns the total bytes loaded in imageBytes since the last call to resetStats.
Implementation
int get imgBytesLoaded => _bytesLoaded;
Returns the total bytes loaded in imageBytes since the last call to resetStats.
int get imgBytesLoaded => _bytesLoaded;