decodedSizeInBytes property

int get decodedSizeInBytes

The number of bytes used by the image in memory.

Implementation

int get decodedSizeInBytes => _sizeToBytes(imageSize);