decodedSizeInBytes property

int decodedSizeInBytes

The number of bytes used by the image in memory.

Implementation

int get decodedSizeInBytes => _sizeToBytes(imageSize);