Writes double n into the buffer
n
@override void writeDouble(double n) { writeUint8(types.float64); writeFloat64(n); }