lengthInBytes property

int lengthInBytes

The length in bytes of the image data buffer.

Implementation

int get lengthInBytes => data?.buffer.lengthInBytes ?? 0;