buffer property
      
      ByteBuffer
      get
      buffer
      
    
    
The ByteBuffer of the image storage data.
Implementation
ByteBuffer get buffer => data?.buffer ?? Uint8List(0).buffer;The ByteBuffer of the image storage data.
ByteBuffer get buffer => data?.buffer ?? Uint8List(0).buffer;