buffer property

Uint8List buffer

Buffer that contains the content.

Implementation

Uint8List get buffer =>
    Pointer<Uint8>.fromAddress(address).asTypedList(length);