Uint8List float64BigEndianBytes(double value) => Uint8List(8)..buffer.asByteData().setFloat64(0, value, Endian.big);