buffer property

ByteBuffer buffer

The ByteBuffer of the image storage data.

Implementation

ByteBuffer get buffer => data?.buffer ?? Uint8List(0).buffer;