buffer property
Can be used to directly access the memory of this object.
The value of this field should not be stored in a state variable, since the returned buffer may change over time.
Implementation
@doNotStore
ByteBuffer get buffer => _module.heap;