getBytes method Null safety
Get the resulting bytes from the buffer.
Implementation
List<int> getBytes() {
return Uint8List.view(_buffer.buffer, 0, length);
}
Get the resulting bytes from the buffer.
List<int> getBytes() {
return Uint8List.view(_buffer.buffer, 0, length);
}