double bigEndianBytesFloat64(Uint8List bytes) => bytes.buffer.asByteData().getFloat64(0, Endian.big);