Uint8List toUint8List(ByteData bytes)

Source

static Uint8List toUint8List(ByteData bytes) {
  return bytes.buffer.asUint8List(bytes.offsetInBytes, bytes.lengthInBytes);
}