buffer property

ByteBuffer buffer

Implementation

ByteBuffer get buffer {
  // TODO: Make sure there is no endianness issue
  return Float32List
      .fromList(_buffer)
      .buffer;
}