double uInt64ToDouble(int value) { var byteData = ByteData(8); byteData.setInt64(0, value); return byteData.getFloat64(0); }