Returns a ByteData of this buffer with the respective offset and length.
this
ByteData asByteData() => buffer.asByteData(offsetInBytes, lengthInBytes);