buffer property

  1. @override
ByteBuffer buffer
override

The ByteBuffer storage of the image.

Implementation

@override
ByteBuffer get buffer => data.buffer;