buffer property
ByteBuffer
get
buffer
Returns the byte buffer associated with this digest.
Implementation
ByteBuffer get buffer => bytes.buffer;
Returns the byte buffer associated with this digest.
ByteBuffer get buffer => bytes.buffer;