Write all the values from an Int64List into the buffer.
void putInt64List(Int64List list) { _alignTo(8); _buffer.addAll(list.buffer.asUint8List(list.offsetInBytes, 8 * list.length)); }