buffer property

  1. @override
ByteBuffer get buffer
override

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

@override
ByteBuffer get buffer =>
    throw new UnsupportedError('The null memory has no buffer!');